I don't know if ADOdb does this or not, but it's possible that you have a set_error_handler somewhere that is trying to handle your errors in a way other than printing them to standard output.

Another possibility is that your included scripts have altered any of the following php.ini entries:

display_errors
error_log
error_reporting

Also if error_log is on then you should check the log_errors entry to see where your errors are being sent.

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

Reply via email to