Warning in "editcontent.php" after PHP-Upgrade to 5.3
Posted: Tue Aug 04, 2009 1:22 pm
Hello!
After my web host upgraded PHP to version 5.3, I can't edit my pages anymore. I've two CMS MS running there (1.5.3 and 1.6.3) and both are showing (nearly the same) warning when I want to edit a page.
cms ms 1.5.3:
cms ms 1.6.3
I've read in some other threads with related problems here to unistall and reinstall TinyMCE, but it didn't help.
The only thing I changed in the cms-code at both installations was the bug which was reported here: http://forum.cmsmadesimple.org/index.ph ... 764.0.html
System information:
----------------------------------------------
Cms Version: 1.6.3
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 1.0
* MenuManager: 1.6.1
* FormBuilder: 0.5.11
* Captcha: 0.4
Config Information:
* php_memory_limit:
* process_whole_template: false
* max_upload_size: 2000000
* default_upload_permission: 664
* assume_mod_rewrite: true
* page_extension:
* internal_pretty_urls: false
* use_hierarchy: true
Php Information:
* phpversion: 5.3.0
* md5_function: An (Ja)
* gd_version: 2
* tempnam_function: An (Ja)
* magic_quotes_runtime: Aus (Nein)
* memory_limit: 64M
* max_execution_time: 12
* safe_mode: Aus (Nein)
* session_save_path: Keine Prüfung, da eine "open basedir"-Beschränkung aktiviert ist
Server Information:
* Server Api: cgi-fcgi
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.83
----------------------------------------------
After my web host upgraded PHP to version 5.3, I can't edit my pages anymore. I've two CMS MS running there (1.5.3 and 1.6.3) and both are showing (nearly the same) warning when I want to edit a page.
cms ms 1.5.3:
Code: Select all
Warning: get_class() expects parameter 1 to be object, string given in /users/kb03/www/admin/editcontent.php on line 326
Warning: Cannot modify header information - headers already sent by (output started at /users/kb03/www/admin/editcontent.php:326) in /users/kb03/www/lib/classes/class.admintheme.inc.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at /users/kb03/www/admin/editcontent.php:326) in /users/kb03/www/lib/classes/class.admintheme.inc.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /users/kb03/www/admin/editcontent.php:326) in /users/kb03/www/lib/classes/class.admintheme.inc.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /users/kb03/www/admin/editcontent.php:326) in /users/kb03/www/lib/classes/class.admintheme.inc.php on line 178
Warning: Cannot modify header information - headers already sent by (output started at /users/kb03/www/admin/editcontent.php:326) in /users/kb03/www/lib/classes/class.admintheme.inc.php on line 181
Warning: Cannot modify header information - headers already sent by (output started at /users/kb03/www/admin/editcontent.php:326) in /users/kb03/www/lib/classes/class.admintheme.inc.php on line 186
Code: Select all
Warning: get_class() expects parameter 1 to be object, string given in /users/sb/www/admin/editcontent.php on line 165
Warning: Cannot modify header information - headers already sent by (output started at /users/sb/www/admin/editcontent.php:165) in /users/sb/www/lib/classes/class.admintheme.inc.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at /users/sb/www/admin/editcontent.php:165) in /users/sb/www/lib/classes/class.admintheme.inc.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /users/sb/www/admin/editcontent.php:165) in /users/sb/www/lib/classes/class.admintheme.inc.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /users/sb/www/admin/editcontent.php:165) in /users/sb/www/lib/classes/class.admintheme.inc.php on line 178
Warning: Cannot modify header information - headers already sent by (output started at /users/sb/www/admin/editcontent.php:165) in /users/sb/www/lib/classes/class.admintheme.inc.php on line 181
Warning: Cannot modify header information - headers already sent by (output started at /users/sb/www/admin/editcontent.php:165) in /users/sb/www/lib/classes/class.admintheme.inc.php on line 186
The only thing I changed in the cms-code at both installations was the bug which was reported here: http://forum.cmsmadesimple.org/index.ph ... 764.0.html
System information:
----------------------------------------------
Cms Version: 1.6.3
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 1.0
* MenuManager: 1.6.1
* FormBuilder: 0.5.11
* Captcha: 0.4
Config Information:
* php_memory_limit:
* process_whole_template: false
* max_upload_size: 2000000
* default_upload_permission: 664
* assume_mod_rewrite: true
* page_extension:
* internal_pretty_urls: false
* use_hierarchy: true
Php Information:
* phpversion: 5.3.0
* md5_function: An (Ja)
* gd_version: 2
* tempnam_function: An (Ja)
* magic_quotes_runtime: Aus (Nein)
* memory_limit: 64M
* max_execution_time: 12
* safe_mode: Aus (Nein)
* session_save_path: Keine Prüfung, da eine "open basedir"-Beschränkung aktiviert ist
Server Information:
* Server Api: cgi-fcgi
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.83
----------------------------------------------