kc0gcm Posted November 27, 2012 Report Share Posted November 27, 2012 I am receiving Strict Standards errors all over the place. just for example when I try to change skins in the admin panel I get these errors.. Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 57 Strict Standards: Accessing static property Settings::$post as non static in C:\xampp\htdocs\va\admin\modules\Settings\Settings.php on line 59 I have changed my error reporting in the PHP.ini file to: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED as xampp instructed with no luck.. also changed PHP.ini file with this: error-reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); I have also tried to add the line: ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); in multiple files to try and stop these error.. any ideas would be great thanks Kevin 1 Quote Link to comment Share on other sites More sharing options...
nabpp Posted November 28, 2012 Report Share Posted November 28, 2012 i heard xamp can cause trouble for phpvms? that could be it is there a link you can post? Quote Link to comment Share on other sites More sharing options...
kc0gcm Posted November 29, 2012 Author Report Share Posted November 29, 2012 ok I got this figured out. thanks nabpp for the tip on xampp that was the problem all along.. I uninstalled xampp and installed appserv and all is well no more errors and everything seems to be working fine.. Quote Link to comment Share on other sites More sharing options...
nabpp Posted November 30, 2012 Report Share Posted November 30, 2012 glad i could help. can you mark this topic solved? 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.