Re: [PHP] No Error Messages
- From: jochem@xxxxxxxxxxxxx (Jochem Maas)
- Date: Tue, 31 Oct 2006 13:50:22 +0100
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
- References:
- No Error Messages
- From: Sancar Saran
- No Error Messages
- Prev by Date: error in calling a stored procedure in php
- Next by Date: Re: [PHP] IIS Rewrite or Mod_Rewrite
- Previous by thread: No Error Messages
- Next by thread: Re: [PHP] No Error Messages
- Index(es):
Relevant Pages
|