BlackSwan Posted April 26, 2019 Report Share Posted April 26, 2019 Hey guys, my hosting company doesn't support php5 anymore, so I had to migrate phpvms to php7. Everything works fine, except of two things. When the pilot get's a success message, i.e. "successfully registered" there is only a white blank page with no errors. If there is an error message it works fine and it shows up. I also have a similar issue on schedules search form page. When pilots tries to search a flight on domain.tld/schedules and on domain.tld/schedules/view there is a blank white page. But when I open domain.tld/schedules/details/50 where 50 is the schedule id, everything works fine again. Can anyone help me please? On some pages I had to remove <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> from skin file to make it work, but for the above mentioned issues it is not working... Greetings 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.