Re: [PHP] No Error Messages
Sancar Saran wrote:
> If page has some errors it stop producing any error messages. Neither page nor
> syslog.
have you looked at the error_reporting setting in your php.ini file.
perhaps set it too E_ALL, mine was set to E_ALL & ~E_NOTICE by default
on ubuntu 6.10.
>
|