Sancar Saran wrote:
> Hi, Recenly I face very disturbing problem.
> 
> If page has some errors it stop producing any error messages. Neither page 
> nor 
> syslog.
> 
> I get blank page.
> 
> System
> Debian Unstable
> Apache 2
> Php 5.1.6
> 
> Apc
> Memcached
> Obhandler with gzip
> and I store entire page output then printed out.
> 
> And I found if my error on first pages there was no problem, error message 
> show in page and syslog and if that eroor is in included files. I get 
> absolutely Nothing.
> 
> Does any one give any clue about it.

probably your error_reporting level or display_errors setting is not what you
think it is at the time the include occurs/runs.

alternatively something (3rd party) maybe setting an error handler that is
trapping your errors but not showing/logging them

lastly maybe your output buffer is the problem ... you might try a registering a
shutdown function that clears/outputs all buffers so that it is run
even if an error occurs.

> 
> Regards
> 
> Sancar
> 

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

Reply via email to