I’ve have some custom PHP code running in EE 1.
This is erroring somewhere but I can’t see what error PHP is throwing back as all I get is a white page.
How do you turn on errors to output to the page?
I’ve checked php info and errors are on.
I’ve set ‘Debug Preference’ to 1.
I’ve tried altering error_reporting(0); in index.php to error_reporting(2);