version. have admin panel and database. speak computer format computer format. appserver installed the latest version. it was automatically php7. in my writing the codes do not work and the page is white. How do I integrate the site into php7 without installing php5?
From my experience PHP V5 code is like 97% compactible with PHP V7 —Start trouble shooting by reporting errors (error_reporting(E_ALL); or ini_set('display_errors', '1'); or ini_set('display_startup_errors', 1); ) in you PHP script.. If that reports no errors check the apache log - error log is located at \xampp\apache\logs\error.log on windows (XAMPP) if you have changed anything during installation or /opt/lampp/logs/php_error_log (LAMP) - Linux —if you use OSX - use google ..
Обсуждают сегодня