'No content given' error when editing after upgrade
Posted: Mon May 28, 2007 2:07 pm
Hi
Just upgraded a site from:
to:
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
Just upgraded a site from:
Code: Select all
$CMS_VERSION = "0.13";
$CMS_VERSION_NAME = "Canary";
$CMS_SCHEMA_VERSION = "19";Code: Select all
$CMS_VERSION = "1.0.6";
$CMS_VERSION_NAME = "Niihau";
$CMS_SCHEMA_VERSION = "28";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