'Pages' paeg error after upgrade to 1.6.3

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
rhys
Forum Members
Forum Members
Posts: 40
Joined: Thu Nov 24, 2005 4:16 pm

'Pages' paeg error after upgrade to 1.6.3

Post 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
Pierre M.

Re: 'Pages' paeg error after upgrade to 1.6.3

Post 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.
accarien
Forum Members
Forum Members
Posts: 24
Joined: Sun Nov 30, 2008 9:18 pm

Re: 'Pages' paeg error after upgrade to 1.6.3

Post 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
accarien
Forum Members
Forum Members
Posts: 24
Joined: Sun Nov 30, 2008 9:18 pm

Re: 'Pages' paeg error after upgrade to 1.6.3

Post 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
Pierre M.

Re: 'Pages' paeg error after upgrade to 1.6.3

Post by Pierre M. »

Thank you accarien. Can you please report the working PHP5 version for you ? is it < 5.3 ?

Pierre M.
accarien
Forum Members
Forum Members
Posts: 24
Joined: Sun Nov 30, 2008 9:18 pm

Re: 'Pages' paeg error after upgrade to 1.6.3

Post by accarien »

Yes 5.2
Post Reply

Return to “CMSMS Core”