Re: [PHP] No Error Messages

2006-11-01 Thread Sancar Saran
On Tuesday 31 October 2006 19:00, Richard Lynch wrote: Hi again, Its my bad, sorry for interruption, I use ajax things and use E_ALL error level. Sometimes I use @ before variables to disable notices because it creates problem in ajax. And this time I use @ for my entire Page containers. And n

Re: [PHP] No Error Messages

2006-10-31 Thread Børge Holen
PHP 5.1 is broken in debian testing right now. Dunno 'bout Sid On Tuesday 31 October 2006 18:00, Richard Lynch wrote: > On Tue, October 31, 2006 6:24 am, Sancar Saran wrote: > > If page has some errors it stop producing any error messages. Neither > > page nor > > syslog. > > > > I get blank page.

Re: [PHP] No Error Messages

2006-10-31 Thread Jochem Maas
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 en

Re: [PHP] No Error Messages

2006-10-31 Thread Richard Lynch
On Tue, October 31, 2006 6:24 am, Sancar Saran wrote: > If page has some errors it stop producing any error messages. Neither > page nor > syslog. > > I get blank page. If it's a fatal error, or one too serious to be trapped by an error handler, then your script will just stop. > System > Debian

Re: [PHP] No Error Messages

2006-10-31 Thread clive
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. -- PHP General Mailing

[PHP] No Error Messages

2006-10-31 Thread Sancar Saran
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 e