I am using Red Hat's Openshift online and I am building a PHP app with the PHP 5.3 cartridge and the PHPMyAdmin4.0 cartridge.
How can I enable error reporting on the webpage if an error exists in the PHP code?
I can’t seem the find the option in PHPMyAdmin and the following lines of PHP code did not work.
error_reporting(E_ALL);
ini_set('display_errors', 1);