Quote:
Originally posted by sde
what is your error reporting set to in your php.ini .. try this if it isn't setup:
Code:
error_reporting = E_ALL & ~E_NOTICE
it might just be reporting notices.
|
Actually, that's exactly what it's set to. Aside from that, I've put
PHP Code:
error_reporting(E_ALL);
at the top of my scripts.