Page 1 of 1

How do I get PHP to show more specific errors?

Posted: Fri Jun 06, 2003 11:59 am
by Swede78
When my php pages do not work, all that happens is nothing. It just says "Done" in the status bar. I don't get any error message.

I have error_reporting = E_ALL in my php.ini file.

How do I get more specific errors. When I'm doing something wrong, I have to go line by line looking for mistakes. I'd love to be able to know what line it's having a problem with.

I'm using PHP 4.3 on WinXP Pro. as my testing machine.

Any help would be appreciated.

Posted: Fri Jun 06, 2003 12:03 pm
by twigletmac
Is display_errors on in the php.ini file?

Mac

Posted: Fri Jun 06, 2003 1:58 pm
by Swede78
That did the trick! Thanks.

Wow, I got a lot of little errors on pages that I thought were working fine.