There are a few settings you need: error_reporting = E_ALL (and possibly ~E_NOTICE, if you don't want them) display_errors = On and the one most people forget: log_errors = On --Tony David Champion wrote: > What's your php.ini setting? On a development environment you probably > want: > > error_reporting = E_ALL & ~E_NOTICE > > -dc