CEOVAA Posted December 31, 2015 Report Share Posted December 31, 2015 For some reason, in the phpVMS Admin Panel , when I go to view all pilots, there is nothing there. We have 5 active pilots.. Any ideas ? Thanks Quote Link to comment Share on other sites More sharing options...
web541 Posted December 31, 2015 Report Share Posted December 31, 2015 Try going into your admin/action.php and finding this line error_reporting(E_ALL ^ E_NOTICE); And replace it with this line ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); And see if that fixes it Quote Link to comment Share on other sites More sharing options...
CEOVAA Posted December 31, 2015 Author Report Share Posted December 31, 2015 That fixed it ! Thanks so much ... Quote Link to comment Share on other sites More sharing options...
Heritage1 Posted January 9, 2016 Report Share Posted January 9, 2016 Also be very careful with one thing on this which will affect this problem also BIG time, if your paying for a good Hosting company, they will more Then likely want to upgrade your PHP Script Versions to a Newer one as of Dec.2015. In doing so, this will create Errors that will look like Someone Hacked you, this is Not the case, PHPVMS Likes php version 5.3 , anything over that is a Hit or miss. Don't attempt this unless You Absolutely Know what your doing in CP panel of your Host with CGI scripting and php versions. You'll crash your entire Web Site. If unsure, call and ask your Hosting company, remember, phpvms doesn't like any version of the CGI php scripting over V_5.3 Just a big tip, is all, and hope this helps others. Jim 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.