Page 1 of 1

'Pages' paeg error after upgrade to 1.6.3

Posted: Wed Aug 12, 2009 2:26 pm
by rhys
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

Re: 'Pages' paeg error after upgrade to 1.6.3

Posted: Wed Aug 12, 2009 9:27 pm
by Pierre M.
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.

Re: 'Pages' paeg error after upgrade to 1.6.3

Posted: Thu Aug 13, 2009 11:20 am
by accarien
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

Re: 'Pages' paeg error after upgrade to 1.6.3

Posted: Thu Aug 13, 2009 12:02 pm
by accarien
I found the solution to my problem.

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
You should try !

Bye

Re: 'Pages' paeg error after upgrade to 1.6.3

Posted: Fri Aug 14, 2009 1:00 pm
by Pierre M.
Thank you accarien. Can you please report the working PHP5 version for you ? is it < 5.3 ?

Pierre M.

Re: 'Pages' paeg error after upgrade to 1.6.3

Posted: Fri Aug 14, 2009 4:14 pm
by accarien
Yes 5.2