When you have this issue while having OPENCART file on your local server.
Issue on chrome
& on Firefox
SOLUTIONS
Go to your Config.php root/admin
and add
ini_set(‘error_reporting’, ‘E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR’);
tada !!! now you can see your opencart website 🙂 ENJOY