chadf Posted August 20, 2003 Posted August 20, 2003 I have a php page that loads as a blank page. How can I re-enable my php errors so that I can see what the problem is? Quote
TCH-Rick Posted August 20, 2003 Posted August 20, 2003 Add the following commands to your .htaccess file in the folder containing the php script (or create an .htaccess file if none exists.) php_flag display_errors on php_value error_reporting 7 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.