has anyone else had difficulties connecting to Oracle 9 with phpbt. (i'm running IIS5) I set it up on one box with MySQL and it ran with no problem. Now however I want to set it up on another box and connect to oracle running on another server. i have received the following message:
The installation script could not connect to the database (PAGO01) on the host (KTCSRV010.ktc.nat) using the specified username and password.
Please check these details are correct and that the database already exists then retry.
PHP Warning: Unable to load dynamic library 'c:\php\extensions\php_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: Unable to load dynamic library 'c:\php\extensions\php_oracle.dll' - The specified module could not be found. in Unknown on line 0
and cannot seem to surpass it. any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You haven't enable the oracle extension in php.ini. Look for that dll name in php.ini and remove the leading ;. Even then, though, I don't know if the oracle dll supports version 9.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
has anyone else had difficulties connecting to Oracle 9 with phpbt. (i'm running IIS5) I set it up on one box with MySQL and it ran with no problem. Now however I want to set it up on another box and connect to oracle running on another server. i have received the following message:
The installation script could not connect to the database (PAGO01) on the host (KTCSRV010.ktc.nat) using the specified username and password.
Please check these details are correct and that the database already exists then retry.
PHP Warning: Unable to load dynamic library 'c:\php\extensions\php_oci8.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: Unable to load dynamic library 'c:\php\extensions\php_oracle.dll' - The specified module could not be found. in Unknown on line 0
and cannot seem to surpass it. any suggestions?
You haven't enable the oracle extension in php.ini. Look for that dll name in php.ini and remove the leading ;. Even then, though, I don't know if the oracle dll supports version 9.
I had uncommented the oracle extensions before receieving these messages, so I'm gathering that Oracle 9i is not supported????
That's what it sounds like.