-
php no errors
im not wildly great at php and i need the errors to tell me where im going wrong. cept since the last time i reinstalled the webserver, i dont get error messages on ie or firefox when im making mistakes, just blank pages. this is a big problem. i need the errors back :?
PHP Version 4.4.1
friendly http messages in ie is OFF
-
Re: php no errors
Change error_reporting in php.ini to E_ALL and check displaying errors is on
Code:
error_reporting = E_ALL
display_errors = On
-
Re: php no errors
display errors was the one. that fixed it thanks. phew. now i know my error is on line 25 :-)
-
Re: php no errors
Aahhh... the old 'line 25' error.... gets us all at the best of times ;)