no content given in 1.0.2
no content given in 1.0.2
I get a 'no content given' error when trying to add new pages or edit existing pages. There is content in the page, but is is ignored / removed when saving or applying the page. This only started when I upgraded from 0.12.1 to 1.0.2.
I saw that someone had this error as well, but that was in an older version and that problem was solved by upgrading PHP to 4.2
Are there PHP requirement differences between 0.12.1 and 1.0.2 or is there an other cause for this?
I saw that someone had this error as well, but that was in an older version and that problem was solved by upgrading PHP to 4.2
Are there PHP requirement differences between 0.12.1 and 1.0.2 or is there an other cause for this?
Re: no content given in 1.0.2
On updating the CMSMS, I apparently upgraded the WYSIWYG as well as my logs say:
FCKeditorX Module version 1.0.1 installed.
FCKeditorX Module version 1.0.1 installed.
Re: no content given in 1.0.2
No idea what could be causing it.
Did find this though (same issue, apparently caused by database server problems).
Regards,
D
Did find this though (same issue, apparently caused by database server problems).
Regards,
D
Re: no content given in 1.0.2
Did you try uninstalling and re-installing the FCKeditorX module? Maybe install the latest version (1.0.3)?
Re: no content given in 1.0.2
Even disabling the editor does not solve this problem. It seems like either CMSMS does not want to save, or my database does not allow it to save.
Re: no content given in 1.0.2
No WYSIWYG editor
PHP Version 4.4.4
MySQL version 4.1.21-standard
The DB user has all possible privileges
$config['use_adodb_lite'] = false;
$config['persistent_db_conn'] = false;
For some reason it just does not want to save. In Debug mode, it does not show any errors, but I can not see the text I am trying to save either.
What is the process of saving? Should there be any PHP.ini setting that I do not have?
M
PHP Version 4.4.4
MySQL version 4.1.21-standard
The DB user has all possible privileges
$config['use_adodb_lite'] = false;
$config['persistent_db_conn'] = false;
For some reason it just does not want to save. In Debug mode, it does not show any errors, but I can not see the text I am trying to save either.
What is the process of saving? Should there be any PHP.ini setting that I do not have?
M
Re: no content given in 1.0.2
Check your Modules folder for the correct permissions, chmod...
Re: no content given in 1.0.2
Below the permissions:
drwxrwxrwx 16 32099 berteler 4096 Jan 4 04:24 modules
----------------------------------
drwxrwxrwx 16 32099 berteler 4096 Jan 4 04:24 .
drwxrwxrwx 11 32099 berteler 4096 Jan 4 10:10 ..
drwxr-xr-x 3 99 99 4096 Jan 2 09:09 AjaxMadeSimple
drwxr-xr-x 5 32099 berteler 4096 Jan 2 08:31 CMSMailer
drwxr-xr-x 4 32099 berteler 4096 May 1 2006 Calendar
drwxrwxrwx 5 32099 berteler 4096 Jan 2 08:31 FCKeditorX
drwxr-xr-x 2 32099 berteler 4096 Apr 25 2006 G2Mod
drwxr-xr-x 8 99 99 4096 Jan 4 04:24 Guestbook
drwxr-xr-x 5 32099 berteler 4096 Jan 2 08:31 MenuManager
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 ModuleManager
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 News
drwxr-xr-x 3 32099 berteler 4096 Jan 2 08:31 Search
drwxr-xr-x 3 32099 berteler 4096 May 14 2006 Statistics
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 ThemeManager
drwxr-xr-x 6 32099 berteler 4096 Apr 25 2006 gastbuch
-rw-r--r-- 1 32099 berteler 0 Jan 2 08:31 index.html
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 nuSOAP
drwxrwxrwx 16 32099 berteler 4096 Jan 4 04:24 modules
----------------------------------
drwxrwxrwx 16 32099 berteler 4096 Jan 4 04:24 .
drwxrwxrwx 11 32099 berteler 4096 Jan 4 10:10 ..
drwxr-xr-x 3 99 99 4096 Jan 2 09:09 AjaxMadeSimple
drwxr-xr-x 5 32099 berteler 4096 Jan 2 08:31 CMSMailer
drwxr-xr-x 4 32099 berteler 4096 May 1 2006 Calendar
drwxrwxrwx 5 32099 berteler 4096 Jan 2 08:31 FCKeditorX
drwxr-xr-x 2 32099 berteler 4096 Apr 25 2006 G2Mod
drwxr-xr-x 8 99 99 4096 Jan 4 04:24 Guestbook
drwxr-xr-x 5 32099 berteler 4096 Jan 2 08:31 MenuManager
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 ModuleManager
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 News
drwxr-xr-x 3 32099 berteler 4096 Jan 2 08:31 Search
drwxr-xr-x 3 32099 berteler 4096 May 14 2006 Statistics
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 ThemeManager
drwxr-xr-x 6 32099 berteler 4096 Apr 25 2006 gastbuch
-rw-r--r-- 1 32099 berteler 0 Jan 2 08:31 index.html
drwxr-xr-x 4 32099 berteler 4096 Jan 2 08:31 nuSOAP
Re: no content given in 1.0.2
I still have no idea how to work around this problem. It is currently preventing me from editing any page which makes my CMS completely useless.
Is there anybody who could give me some idea why this error appears and where in the code I can start looking for possible problems?
It does not look like a permissions problem, nor a WYSIWYG problem. It looks like my content is just not getting to the server. No matter what content I put in, after pressing the save or apply button the text field gets emptied and I get the error message.
Is there anybody who could give me some idea why this error appears and where in the code I can start looking for possible problems?
It does not look like a permissions problem, nor a WYSIWYG problem. It looks like my content is just not getting to the server. No matter what content I put in, after pressing the save or apply button the text field gets emptied and I get the error message.
Re: no content given in 1.0.2
I have the same problem. No matter what I put into the fields, once I click submit or apply, everything is gone.
No solution yet.
No solution yet.
Re: no content given in 1.0.2
Have you tried changing the (unmask) to 002 or 000 or leaving it blank...
Site Admin » Global Settings
File Creation Mask (umask): 022
Site Admin » Global Settings
File Creation Mask (umask): 022
-
- Forum Members
- Posts: 14
- Joined: Tue Jun 10, 2008 4:12 pm
Re: no content given in 1.0.2
I actually have had this problem a few times. The first time I deleted and re-created the page, a HUGE inconvenience, but it worked. This last time i tried something different - I simply changed the content type to something different and back again. Voila, the submit/apply button accepts changes now.