hecrowell Posted November 1, 2014 Report Posted November 1, 2014 I finally got PHPVMS operational on my hosting server. However, I am plauged with Strict Standards warnings that I cannot keep from displaying. Server php version is V5.4 and cannot be lowered to 5.3 Aparently this newer version of php is why these errors are showing up. I have been given instructions on editing the "core/app.config.php" file to add this line of code: E_ALL &~E_NOTICE &~E_STRICT on line 33. This has not prevented the warnings from displaying. Any help VERY MUCH appreciated. Quote
Ariel Posted November 5, 2014 Report Posted November 5, 2014 Hi Hecrowell, You can simply turn off the errors in the core/codon.config.php should be about line 43 1 Quote
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.