> 
> I have error_reporting set to E_ALL and display_errors is set to On.
> 
> And no errors are displayed


As a troubleshooting step, use require() instead if include().  It will
return an error message if error_reporting() allows it to.

JM

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

Reply via email to