-Original Message-
From: Al [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 9:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Error logging problem
My site is on a virtual host and I'd like to log errors to a file while
I'm
debugging. Can't get it to work.
H
My site is on a virtual host and I'd like to log errors to a file while I'm
debugging. Can't get it to work.
Here is the code at the top of my script:
ini_set("display_errors", "on"); //also tried "Off"
ini_set("error_log", "/AutoSch/error.log");
$ini_array= ini_get_all();
error_repor
Greg Donald wrote:
On Wed, 10 Nov 2004 10:49:29 -0500, Al <[EMAIL PROTECTED]> wrote:
ini_set("error_log", "/AutoSch/error.log");
Looks like this might be a path relative to your domain or your vhost
definition? I'd go with a full system path if that's the case.
Hey Greg, that did it.
It's obviou
On Wed, 10 Nov 2004 10:49:29 -0500, Al <[EMAIL PROTECTED]> wrote:
> > ini_set("error_log", "/AutoSch/error.log");
Looks like this might be a path relative to your domain or your vhost
definition? I'd go with a full system path if that's the case.
--
Greg Donald
Zend Certified Engineer
http://
4 matches
Mail list logo