RE: [PHP-DB] Where have my errors gone?

2003-03-13 Thread P . Gertman
you can try 'View Source' in your browser. this can help.
i've got a similar case when PHP error message output was between
 tags.

-Original Message-
From: Alex Francis [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 14:11
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Where have my errors gone?


If I had a syntax error, I used to get a message back telling me. Now I just
get a blank page.
I have tried adding error_reporting=E_ALL; to the page, but still no errors.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] Where have my errors gone?

2003-03-13 Thread Snijders, Mark
I know,

it's really anoing

some errors are syntax errors which you can't see

the way I look them up:


put a exit;  in the middle of the page...

you still see nothing, put the exit; higher in the code.. to that until you
see some output again, then you know the syntax error is somewhere below the
exit;

get my point?

-mark-


-Original Message-
From: Alex Francis [mailto:[EMAIL PROTECTED]
Sent: donderdag 13 maart 2003 12:11
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Where have my errors gone?


If I had a syntax error, I used to get a message back telling me. Now I just
get a blank page.
I have tried adding error_reporting=E_ALL; to the page, but still no errors.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php