[thelist] APACHE/PHP Problem

clayton clayton at geni-us.com
Thu May 20 14:58:47 CDT 2004


It sounds like it might be the PHP error reporting is set to E_ALL.
Maybe just set it to E_ALL & ~E_NOTICE
Refer to here:
http://us3.php.net/manual/en/ref.errorfunc.php#ini.error-reporting
and Table 1 here:
http://us3.php.net/manual/en/function.error-reporting.php

-c

Alexis Antonakis wrote:

> Hi,
>
> I have recently had to reinstall Apache 2.0.49 and PHP 4, along with 
> MYSQL 4.0.
>
> Everything worked fine, and then I had another HDD failure and had to 
> re-install it again. This time there is a problem:
>
> Whenever I run any php scripts they keep telling me I have 'Undefined 
> variables, proprties, offset, index, etc'.
>
> I know I may not have defined all the variables, but what about the 
> rest of the items? I presume there is something I can disable 
> somewhere within PHP or Apache's config files, but I can't find them!
>
> Any help would be most appreciated.
>
> Regards
> Alexis




More information about the thelist mailing list