ini_set('display_startup_errors',1);
ini_set('display_errors',1);
error_reporting(-1);
Hi,
Just to expand on what @ChatIndia said, we have also implemented a feature in our cPanel that allows you to globally toggle error reporting, if you don't want to change your files. You can do this by choosing "Select PHP Version" on cPanel x3's homepage, then "Switch to PHP Settings". From there, you can change the display_errors value from Off to On.
Thank you,