Steve Bartlett Posted August 25, 2014 Report Share Posted August 25, 2014 Here are the errors I am getting on the Front Schedules, I imagine just like the events problem, this has to do with php version 5.5. Strict Standards: Non-static method FrontSchedulesData::findaircrafttypes() should not be called statically, assuming $this from incompatible context in /home/steve14958/public_html/core/modules/FrontSchedules/FrontSchedules.php on line 26 Strict Standards: Non-static method FrontSchedulesData::findcountries() should not be called statically, assuming $this from incompatible context in /home/steve14958/public_html/core/modules/FrontSchedules/FrontSchedules.php on line 27 And the one for the Hub Transfer request form, also a static issue: Strict Standards: Non-static method HubTransferData::GetAllHubs() should not be called statically, assuming $this from incompatible context in /home/steve14958/public_html/core/modules/HubTransfer/HubTransfer.php on line 30 Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted August 26, 2014 Author Report Share Posted August 26, 2014 Fixed, I found this and it worked: http://forum.phpvms.net/topic/8192-solution-strict-standards-errornew-php/ 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.