Hello
I've just updated one of our sites to 1.6.3. The site looks fine to users but in the admin when I try to view content>pages I get this error
Notice: Only variables should be assigned by reference in /home/webberdesign1/public_html/lib/xajax/xajax_core/xajaxPluginManager.inc.php on line 286
Output has already been sent to the browser at /home/webberdesign1/public_html/lib/xajax/xajax_core/xajaxPluginManager.inc.php:286. Please make sure the command $xajax->processRequest() is placed before this.
Any ideas what I can do to fix this would be most appreciated.
In other news, after just checking the site, the news titles appear, but when clicked I get a 'page not found'. Tried adding a new one, same thing happened.
thanks in advance,
rhys
'Pages' paeg error after upgrade to 1.6.3
Re: 'Pages' paeg error after upgrade to 1.6.3
Hello,
had you reported with System Info, we could have seen you are using PHP 5.3 which is not compatible with 1.6.3... I'm speculating
But if this is the case, try to use PHP 5.2.
Pierre M.
had you reported with System Info, we could have seen you are using PHP 5.3 which is not compatible with 1.6.3... I'm speculating

But if this is the case, try to use PHP 5.2.
Pierre M.
Re: 'Pages' paeg error after upgrade to 1.6.3
Hello,
I have exactly the same problem but i am running php 4.4.9
I have read that it was because of a bug in tinymce 2.5.1, i tried to reinstall it but it did nothing.
Bye
I have exactly the same problem but i am running php 4.4.9
I have read that it was because of a bug in tinymce 2.5.1, i tried to reinstall it but it did nothing.
Bye
Re: 'Pages' paeg error after upgrade to 1.6.3
I found the solution to my problem.
I had to force the use of php5 for .php files using this .htaccess file :
You should try !
Bye
I had to force the use of php5 for .php files using this .htaccess file :
Code: Select all
AddType application/x-httpd-php4 .php4
AddType application/x-httpd-php5 .php
Bye
Re: 'Pages' paeg error after upgrade to 1.6.3
Thank you accarien. Can you please report the working PHP5 version for you ? is it < 5.3 ?
Pierre M.
Pierre M.