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
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.
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
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
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
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
6 matches
Mail list logo