Re: [PHP] php.ini not creating logs

2002-06-21 Thread Michael Sweeney
First, run a php script that calls phpinfo() and make sure that the php module in your server is running against the php.ini file you think it is. Verify the name and path of the log file. Second, make sure that errors are being reported, meaning check your php.ini file for the "error_reporting"

Re: [PHP] php.ini not creating logs

2002-06-21 Thread Ray Hunter
ge - From: "Anil Garg" <[EMAIL PROTECTED]> To: "Ray Hunter" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 12:00 PM Subject: Re: [PHP] php.ini not creating logs > ya i have trie

Re: [PHP] php.ini not creating logs

2002-06-21 Thread Anil Garg
;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 1:53 PM Subject: Re: [PHP] php.ini not creating logs > Like i said make sure the webserver has the privilege to write to the log > file... > > > > > S RAY HUNTER &

Re: [PHP] php.ini not creating logs

2002-06-21 Thread Ray Hunter
MAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 11:40 AM Subject: [PHP] php.ini not creating logs > > Hi, > > sorry i forgot to mention that. > yes i restarted my webserver. > > In fact the error messages are getting hidden(on setting displa

[PHP] php.ini not creating logs

2002-06-21 Thread Anil Garg
Hi, sorry i forgot to mention that. yes i restarted my webserver. In fact the error messages are getting hidden(on setting display_errors = Off) but the logs are not getting created:(log_errors = /var/log/php-errors.log ) in php.ini file. thanx anil -- PHP General Mailing Li