I have uploaded and installed CMS made simple on my website.
In Admin - Pages, if I try to move pages, or click the link "show all underlying" or the link "hide all underlying", I get an error message:
Error: the XML response that was returned from the server is invalid.
Received:
]]>
You have whitespace in your response.
What might be wrong here, and how to fix it?
GDS
Error message: invalid XML, when moving pages in Admin.
Error message: invalid XML, when moving pages in Admin.
Last edited by GDS on Mon May 07, 2007 4:27 pm, edited 1 time in total.
Re: Error message: invalid XML, when moving pages in Admin.
Some additional information:
Version: 1.06 with pretty url's.
No extra modules.
Works fine running localhost at my home-PC.
Should i try verion 1.05?
GDS
Version: 1.06 with pretty url's.
No extra modules.
Works fine running localhost at my home-PC.
Should i try verion 1.05?
GDS
Re: Error message: invalid XML, when moving pages in Admin.
Hello,
May be an installation invalid by a file upload corruption ? or expanding corruption ?
See http://wiki.cmsmadesimple.org/index.php/FTP_program
Is your upload log OK ?
May be you could try reinstalling 1.0.6 ? (reupload/write all files)
Pierre M.
May be an installation invalid by a file upload corruption ? or expanding corruption ?
See http://wiki.cmsmadesimple.org/index.php/FTP_program
Is your upload log OK ?
May be you could try reinstalling 1.0.6 ? (reupload/write all files)
Pierre M.
Re: Error message: invalid XML, when moving pages in Admin.
I have (sort of) solved the problem.
I reuploaded with LeechFTP and reinnstalled everyhing, and it works fine.
But when I make a small change to config.php, the error reappears.
It seems to me that my Editor makes some change to the file.
If I download config.php from server, the first line
starting tag disappears and firste line start looks like:
?php
But if I add a new < and uploads, it looks like:
<<?php
on the server.
My PC is running on windows XP.
The editor uses charset utf-8 with UNIX line-endings, but maybe this is wrong?
Anyone that knows what might cause this?
GDS
I reuploaded with LeechFTP and reinnstalled everyhing, and it works fine.
But when I make a small change to config.php, the error reappears.
It seems to me that my Editor makes some change to the file.
If I download config.php from server, the first line
starting tag disappears and firste line start looks like:
?php
But if I add a new < and uploads, it looks like:
<<?php
on the server.
My PC is running on windows XP.
The editor uses charset utf-8 with UNIX line-endings, but maybe this is wrong?
Anyone that knows what might cause this?
GDS