Php Errors Are No Longer Displayed...

liunx

Guest
Now if there is a PHP error, the page goes white and no errors are shown. What gives?<!--content-->
Could be one of a range of things....<br /><br />Have you tried turning full php error reporting on ? <br /><br />if not - add<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->php_flag display_errors on <br />php_value error_reporting 7<!--c2--></div><!--ec2--> into your .htaccess at the beginning<!--content-->
Thanks, I'll try that.<!--content-->
Write better code <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><br /><br />Just kidding but to my knowledge TC turned off PHP error reporting a while back. I knwo I had to add it to my htaccess about a year ago. Or maybe that was a previous host.<!--content-->
 
Back
Top