|
Posted by comp.lang.php on 02/02/06 00:38
Gordon Burditt wrote:
> >I am having problems tracing errors in my code using PHP 4.3.9 on Linux
> >RHEL 4 with Apache 2.0.54
> >
> >On occasions I see no errors, no parse, no fatal, no warnings, no
> >notices.. and no code either! No HTML, nothing! I get a completely
> >blank page with no content whatsoever.
> >
> >I have at the very top of my page
> >[PHP]
> >error_reporting(E_ALL);
> >[/PHP]
>
> My bet is that you have at least:
> [PHP]
> <?php
> error_reporting(E_ALL);
> ?>
> [/PHP]
>
> rather than what you indicated above.
That sounds redundant to me, unclear as to how this will shed light on
my problem.
Phil
>
> Gordon L. Burditt
Navigation:
[Reply to this message]
|