Hello I want to set one of my domain to work in PHP7 and when i tick that option in Multiphp manager in WHM i only see blank screen on my website. Just to say: Script work on 5.6 but i want to switch to 7.0 .Btw script is updated to work with latest PHP7 and higher. Why my website not work with latest PHP7 version? Thanks
Open the MuliPHP INI Editor in WHM, select PHP 7 from the drop-down menu and make sure that the 'display_errors' option is enabled. With this option enabled, the PHP errors should be printed to the screen and you should be able to find what is causing the issue.
Thanks Rose i found what cause the problem.GD library,mbstring,pdo extensions was not installed on server.Now is working as a charm. Thanks anyway.