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

5fly
 
surefyre replied on at Permalink Reply
surefyre
I noticed this yesterday when I turned errors on to debug a single page I'm making and yeah there's loads of NOTICE stuff.

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|