Topic: 2.3.8 Upgrade Problem
Hi All,
We're experiencing an issue when trying to upgrade to 2.3.8 from 2.3.7. The webserver im using is Debian 5 x64, with apache 2.2.9 and PHP 5.2.6.
When i overwrite the files on the webserver with the new version (to upgrade it), the site just gives a blank white page when you visit the URL. However, in the apache error_log, i get the following errors:
[Wed Nov 16 15:38:00 2011] [error] [client 196.44.*.*] 0::session.inc:297: Non-static method SessionManager::sessionStart() should not be called statically
[Wed Nov 16 15:38:00 2011] [error] [client 196.44.*.*] 0::session.inc:28: Non-static method SessionManager::validateSession() should not be called statically
[Wed Nov 16 15:38:00 2011] [error] [client 196.44.*.*] 0::session.inc:31: Non-static method SessionManager::preventHijacking() should not be called statically
[Wed Nov 16 15:38:03 2011] [error] [client 196.44.*.*] 0::session.inc:297: Non-static method SessionManager::sessionStart() should not be called statically
[Wed Nov 16 15:38:03 2011] [error] [client 196.44.*.*] 0::session.inc:28: Non-static method SessionManager::validateSession() should not be called statically
[Wed Nov 16 15:38:03 2011] [error] [client 196.44.*.*] 0::session.inc:31: Non-static method SessionManager::preventHijacking() should not be called statically
I have found bug 0001173 on mantis.frountaccounting.com, and have tried the new session.inc file, which does not make a difference, and you just get a blank white page...however, the PHP errors above, do not appear in the error log.
I have turned on PHP display_errors, and have set $go_debug to 1 in the config.php..but no errors come up at all. i have double checked file permissions on the server, and i can confirm that the site does work when i restore the 2.3.7 files into webroot folder.
any help would be much appreciated.