Page 1 of 1

Fatal Error

Posted: Mon Feb 14, 2011 5:38 pm
by faxtion
I have transferred my site from one host to another, and normally never have a problem with this. But this time seems to be causing some problems.

I transferred the site over and changed all the configs to match the new server, and was greeted with a white screen, so I turned on debug i the config file and I got this message:

Code: Select all

Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in /home/webhosting/bordersforesttrust.org/user/htdocs/lib/classes/class.events.inc.php on line 182
I have done some searching, but nothing seems to come up trumps, am I right in thinking its a PHP version issue, my normal host is running 5.2.17 and the host the client wants the site on is running 5.1

Any help is appreciated

Re: Fatal Error

Posted: Mon Feb 14, 2011 5:58 pm
by calguy1000
CMSMS does not support PHP 5.1... 5.2.4+

Re: Fatal Error

Posted: Mon Feb 14, 2011 6:17 pm
by RonnyK
Correct,

1.6.9 supports lower versions of PHP, but the higher versions (like current 1.9.3) require 5.2.4+

Ronny