Blank Schedules Page on PHP 7.0.33

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