Goetz Lohmann <[EMAIL PROTECTED]> wrote on 02/06/2003 08:09:19 AM:

> Chip Wiegand schrieb:

> > Okay, so I have turned on all the error handling options in 
> > /usr/local/etc/php.ini-dist. I have purposely put an error in my 
> > phpinfo.php
> > page, it errors out in the browser, but no error log is created. My
> > index.php page does not load and does not provide any errors. I set 
the
> > error log to go into the /tmp directory, after trying /var/log and 
also
> > my own home directory, it just will not be created in any of them.
> 
> change php.ini NOT php.ini-dist which not will be loaded !!!

Thanks so much. I copied that file to php.ini and now all is well.
--
Chip

> and be sure you change the php.ini which is used (maybe there might be
> more than one php.ini in your system but only one is use ... find this
> out with phpinfo !)
> 
> [phpinfo.php]
> <?php
>    phpinfo();
> ?>
> 
> 
> -- 
>  @  Goetz Lohmann, Germany   |   Web-Developer & Sys-Admin
> \/  ------------------------------------------------------
> ()  He's the fellow that people wonder what he does and
> ||  why the company needs him, until he goes on vacation.
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to