RocketRod Posted February 20, 2016 Report Share Posted February 20, 2016 My host upgraded hardware and php & mySQL to versions 5.6 for both. I did change the mysql password in the local.config.ini, but am getting these errors. Can someone point me where to look to fix them? Warning: Creating default object from empty value in /home/XXXX/public_html/fXXXXphpvms/core/classes/Vars.class.php on line 74 Strict Standards: Accessing static property Logout::$post as non static in /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Logout::$get as non static in /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Logout::$controller as non static in /XXXX/rocke2/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Logout::$activeModule as non staticin /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 73 Thanks! Quote Link to comment Share on other sites More sharing options...
web541 Posted February 20, 2016 Report Share Posted February 20, 2016 Try installing it using this https://github.com/DavidJClark/phpvms_5.5.x Quote Link to comment Share on other sites More sharing options...
RocketRod Posted February 20, 2016 Author Report Share Posted February 20, 2016 I don't want to install a new copy. It was running just fine for a couple of years, until a forced upgrade to php 5.6. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted February 20, 2016 Moderators Report Share Posted February 20, 2016 Unfortunately that is not possible. You might be able to transfer to another web hosting provider who is offering several php versions. Quote Link to comment Share on other sites More sharing options...
web541 Posted February 20, 2016 Report Share Posted February 20, 2016 Unfortunately that is not possible. You might be able to transfer to another web hosting provider who is offering several php versions. Agreed, but if you want a temporary solution, http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/ Quote Link to comment Share on other sites More sharing options...
RocketRod Posted February 21, 2016 Author Report Share Posted February 21, 2016 I remember reading about Strict Standards errors before, and thought, "glad I don't have that issue". Now for a complete re-install. Many thanks to everyone. Got some work to do. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.