View Single Post

  #3 (permalink)  
Old 10-31-2006
clive
 
Posts: n/a
Default 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.

>

Reply With Quote