0
Not a bug
CLI wbesite Import - 500 Error
I always get an:
500 Errorwhen trying to import a previosly exported JSON file.
Config does not exist
Answer
0
Answer
Not a bug
Eugene Pankov (Project coordinator) 10 years ago
You need to use an absolute path to the file.
Answer
Not a bug
You need to use an absolute path to the file.
Is the generated JSON code even valid? I mean it ends with:
What does the 200 OK here? If i try to import that file i will get:
Expecting , delimiter: line 64 column 1
# If i remove that 200 OK it works fine.
200 OK
}
What does the 200 OK here? If i try to import that file i will get:
Expecting , delimiter: line 64 column 1
# If i remove that 200 OK it works fine.
Status code is being output on stderr, while actual JSON code is on stdout. You can do following:
ajenti-ipc v export Website > website.json
ajenti-ipc v export Website > website.json
Customer support service by UserEcho