PHP version – problem with 5.5
-
My long time host did something (I am still talking to them to figure out what exactly.) and my site, ourexcellentadventures.com went down with a 500 error. They got it back up by switching my php version.
Based on the error logs generated at: https://www.dot5hosting.com/controlpanel/cgiManagement/cgiErrorLog.bml , I could see that your account was set to PHP v 5.5, where the directive ‘register_globals’ is no longer available in that:
20140816T014355: http://www.ourexcellentadventures.com/index.php
PHP Fatal error: Directive ‘register_globals’ is no longer available in PHP in Unknown on line 0Therefore, I’ve set the PHP v 5.3 at: https://www.dot5hosting.com/controlpanel/cgiManagement/phpplus.html and fixed the issue. Now, you should be able to access the website without any issue at: http://ourexcellentadventures.com/ . Could you please check this again after clearing the browser cache and cookies?
WP makes the call to register globals about 25 times. Do changes need to be made?
The topic ‘PHP version – problem with 5.5’ is closed to new replies.