Re: [PHP] weird php error

2003-08-01 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Sat, 2 Aug 2003 at 00:10, lines prefixed by '' were originally written by you. Hello, I'm getting a weird warning message from a php script that I'm working on. Right now the script does not contain any include or require statements

RE: [PHP] weird php error

2003-08-01 Thread Matt Giddings
-Original Message- From: David Nicholson [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 7:13 PM To: Matt Giddings Cc: [EMAIL PROTECTED] Subject: Re: [PHP] weird php error Hello, This is a reply to an e-mail that you wrote on Sat, 2 Aug 2003 at 00:10, lines prefixed

Re: [PHP] weird php error

2003-08-01 Thread Jim Lucas
, 2003 4:33 PM Subject: RE: [PHP] weird php error David, This is what my php.ini file looks like and I don't seem to have any .htaccess files. Could it be something in the httpd.conf file thats pointing to an invalid file/directory? ; Automatically add files before or after any PHP document

RE: [PHP] weird php error

2003-08-01 Thread Matt Giddings
-Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 8:02 PM To: Matt Giddings; 'David Nicholson' Cc: [EMAIL PROTECTED] Subject: Re: [PHP] weird php error yes it could be in the httpd.conf file. look in your VirtualHost block and see if something

RE: [PHP] weird php error

2003-08-01 Thread Matt Giddings
Nicholson' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] weird php error Haven't found anything yet. The login.php file is the one I'm trying to view when I get that error. I have a second file info.php that works fine, but all it contains is ?php phpinfo(); ?. So I know apache/php is working, I