Hello,
on my testing server (not set up by me) I get all my PHP errors (syntax errors, etc) in the page.
However, uploading the PHP files on web5 all I get is a blank page. What's the best method to get, temporary at least, to see what errors the scripts produce?
Neither
error_reporting(E_ALL);
nor
ini_set("display_errors", "stdout");
don't change anything.
on my testing server (not set up by me) I get all my PHP errors (syntax errors, etc) in the page.
However, uploading the PHP files on web5 all I get is a blank page. What's the best method to get, temporary at least, to see what errors the scripts produce?
Neither
error_reporting(E_ALL);
nor
ini_set("display_errors", "stdout");
don't change anything.