no content given in 1.0.2

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.
pluk77

no content given in 1.0.2

Post by pluk77 »

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?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: no content given in 1.0.2

Post by Ted »

What WYSIWYG are you using?
pluk77

Re: no content given in 1.0.2

Post by pluk77 »

On updating the CMSMS, I apparently upgraded the WYSIWYG as well as my logs say:

FCKeditorX Module version 1.0.1 installed.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: no content given in 1.0.2

Post by Dee »

No idea what could be causing it.
Did find this though (same issue, apparently caused by database server problems).

Regards,
D
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: no content given in 1.0.2

Post by Dee »

Did you try uninstalling and re-installing the FCKeditorX module? Maybe install the latest version (1.0.3)?
pluk77

Re: no content given in 1.0.2

Post by pluk77 »

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.
pluk77

Re: no content given in 1.0.2

Post by pluk77 »

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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: no content given in 1.0.2

Post by Dr.CSS »

Check your Modules folder for the correct permissions, chmod...
pluk77

Re: no content given in 1.0.2

Post by pluk77 »

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
pluk77

Re: no content given in 1.0.2

Post by pluk77 »

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.
bbomer

Re: no content given in 1.0.2

Post by bbomer »

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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: no content given in 1.0.2

Post by Dr.CSS »

Have you tried changing the (unmask) to 002 or 000 or leaving it blank...

Site Admin » Global Settings

File Creation Mask (umask): 022
bbomer

Re: no content given in 1.0.2

Post by bbomer »

no dice, same problem
pluk77

Re: no content given in 1.0.2

Post by pluk77 »

Any one managed to find / replicate the problem?
irasanborn
Forum Members
Forum Members
Posts: 14
Joined: Tue Jun 10, 2008 4:12 pm

Re: no content given in 1.0.2

Post by irasanborn »

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.
Locked

Return to “CMSMS Core”