Enabling error reporting in php

Add

ini_set('display_errors','On');

in php script, will set display errors On.

ERRORS