C5 Debug Errors
Permalink
Hi All,
Just creating a new theme and wanted to debug so added
error_reporting(E_ALL);
ini_set('display_errors', true);
Even without any custom code the site now has lots of NOTICE undefined messages...
Does anyone know if this is normal!?
Thanks
Just creating a new theme and wanted to debug so added
error_reporting(E_ALL);
ini_set('display_errors', true);
Even without any custom code the site now has lots of NOTICE undefined messages...
Does anyone know if this is normal!?
Thanks
A pain in the backside as I usually code 'strict' so I get nothing with errors set on. Means I can't see my own NOTICE's and stuff for C5's.
Would seem to be 'normal' behaviour though :o|