StartVM Posted May 25, 2014 Report Share Posted May 25, 2014 I just installed phpVMS and after it installed the table when it got to the area where you enter your name and airline info the following errors happened. I am on PHP 5.4. I also tried 5.5 http://pastebin.com/3Rhjccrn Quote Link to comment Share on other sites More sharing options...
StartVM Posted May 25, 2014 Author Report Share Posted May 25, 2014 Here is the error_log http://pastebin.com/32Q3XLUY Quote Link to comment Share on other sites More sharing options...
magicflyer Posted May 25, 2014 Report Share Posted May 25, 2014 It's caused by your php version being greater than 5.3, classifying this issue as a hosting problem. However, you can get rid of the warnings. Open up local.config.php, and go down to line #139. Replace it with: Config::Set('ERROR_LEVEL', E_ALL ^ E_STRICT); This however will not stop the page from rendering with other errors. Quote Link to comment Share on other sites More sharing options...
StartVM Posted May 25, 2014 Author Report Share Posted May 25, 2014 You have fixed it again Ryan! Another point for Zumeweb 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.