Mr. Ericksen:
That looks like there are probably statements in the code where the variable
is used without being set first:
if( $variable == 'blah' ) ... but $variable hasn't been set...
This is ok in php, as long as the code can handle the variable being blank
... you can get rid of the warn
E_SID=projekta");
OCILogon("myuser", "mypassword");
when trying to log in to the database, we were sent to the default instance
(even though we requested a specific instance). solution:
we created a new log in with the default instance of that which we w
Mr. Wise:
Most likely, you do not have the short tags ( ) enabled.
Try running this again with the tags like this:
also, please respond with the version of PHP you are running, the server you
are running it with, and the OS they are installed on.
phpZEN
Michael Richardson
-Original
.
Michael Richardson
-Original Message-
From: Shane Aldrich [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 12:06 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] I need help troubleshooting an installation.
hello,
i just installed php4 on my machine for local testing purposes. i
Mr. Wise:
Please check, also, that you have the php script in the web directory, and
not in the CGI-directory. Occasionally this will inhibit the script
execution depending on how the script alias commands are set up for apache /
(other servers?).
Michael Richardson
-Original Message
Thie script should be in your www directory, not in the cgi-bin directory.
The server is attempting to run it as a cgi script rather than a module.
Michael Richardson
-Original Message-
From: Celeste Suliin Burris [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 2:01 PM
To