Page 1 of 1

[Solved] Problems occur after upgrading from 1.5.4 to 1.6.5

Posted: Mon Sep 07, 2009 7:08 am
by patrick113
Hi:

I got some errors after I upgrade cms from 1.5.4 to 1.6.5, it occurs when i click 'Content' -> 'pages' in administration panel. The error message is like:

Notice: Only variables should be assigned by reference in ***/lib/xajax/xajax_core/xajaxPluginManager.inc.php on line 286
Output has already been sent to the browser at ***/lib/xajax/xajax_core/xajaxPluginManager.inc.php:286. Please make sure the command $xajax->processRequest() is placed before this.


My php version:4.40

Then i try to upgrade from 1.54 to 1.6, 1.64, 1.65. all got same error.

Someone said it caused by 'TinyMCE', and I try to reinstall it, but it does not make any different

anyone can give me some idea how to fix that? Thank you

Re: [Solved] Problems occur after upgrading from 1.5.4 to 1.6.5

Posted: Tue Sep 08, 2009 5:08 am
by patrick113
In php.ini file, I set 'display_error' from 'true' to 'false'.
Then, there will be no error message displayed. And it seems everything works fine.