phperrorreporting
If the PHP is of newer version. There might need to add the following lines for debugging purpose only:
error_reporting(E_ALL);
ini_set('display_errors', 1);
phperrorreporting.txt · Last modified: by 127.0.0.1
