hello...
I'm constantly getting the error "the server didn't send back a proper xml response" when attempting to use the editor, including with the sample page. I've checked threads that others have made but still seem to get the error. Altered all the php/xml files that could have been corrupted, and as far as I can see, the config is correct.
Clearly I've missed something so any help would be appreciated.
Thanks.
I'm constantly getting the error "the server didn't send back a proper xml response" when attempting to use the editor, including with the sample page. I've checked threads that others have made but still seem to get the error. Altered all the php/xml files that could have been corrupted, and as far as I can see, the config is correct.
Clearly I've missed something so any help would be appreciated.
Thanks.
RE: server didn't send back a proper XML resp
usually that's enough to understand the problem.
RE: server didn't send back a proper XML response
fair comment. however the full error is:
The server didn't send back a proper XML response.
Requested URL: http://localhost/editor/filemanager/bro ... Folder=%2F
Response text: <?xml version="1.0" ecnoding="utf-8" ?><connector command="GetFolderAndFiles" resourceType="Image"><CurrentFolder path="/" url="/images/image/" />dir=/
RE: server didn't send back a proper XML resp
RE: server didn't send back a proper XML resp
i have the same problem, the same kind of message, im using cakephp..but the strange stuff is that in IE 6 it works fine but in mozilla, it doesnt read the foders and give :
server didn't send back a proper XML resp
type message,
the errors are about a the cake objects...can you help me?
thanks
Re: server didn't send back a proper XML response
Open your connector PHP file:
Find code, near 66, 67 line:
Add after:
Save, and than it should works.