'No content given' error when editing after upgrade

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

'No content given' error when editing after upgrade

Post by psy »

Hi

Just upgraded a site from:

Code: Select all

$CMS_VERSION = "0.13";
$CMS_VERSION_NAME = "Canary";
$CMS_SCHEMA_VERSION = "19";
to:

Code: Select all

$CMS_VERSION = "1.0.6";
$CMS_VERSION_NAME = "Niihau";
$CMS_SCHEMA_VERSION = "28";
The upgrade seemed to go as planned.  However, now whenever an existing page is edited or new page created, the content 'disappears' and the "No content given" error message is displayed.

I've tried the following without success:

- reinstall the original site and redo the upgrade
- change the wysiwyg editor from FCKEditor to TinyMCE
- turn off the wysiwyg editor

Environment is:
OS: Unix
PHP: 5.1.4
MYSQL: 4.1.21-standard

Please advise asap as the content cannot be updated until this problem is fixed.

There was also an issue where FCKEditor was displaying white text on a white background.  This was sorted by adding "color: #000000;" to the FCKEditor body tag style config.  This problem didnt occur in the the original CMS version 0.13.


Thanks in advance
psy
Post Reply

Return to “CMSMS Core”