I don't understand... we have set up a new Plesk server. I am testing a PHP script and am getting just a blank page with no PHP errors to be seen in the source or on screen. I have the following line at the top of my script but it hasn't made a difference:
ini_set('error_reporting', E_ALL);
Any idea what other PHP configuration issues could be preventing me from seeing the errors? This is very annoying...
ini_set('error_reporting', E_ALL);
Any idea what other PHP configuration issues could be preventing me from seeing the errors? This is very annoying...