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
[Solved] Problems occur after upgrading from 1.5.4 to 1.6.5
-
- New Member
- Posts: 2
- Joined: Mon Sep 07, 2009 6:56 am
[Solved] Problems occur after upgrading from 1.5.4 to 1.6.5
Last edited by patrick113 on Tue Sep 08, 2009 5:04 am, edited 1 time in total.
-
- New Member
- Posts: 2
- Joined: Mon Sep 07, 2009 6:56 am
Re: [Solved] Problems occur after upgrading from 1.5.4 to 1.6.5
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.
Then, there will be no error message displayed. And it seems everything works fine.