Re: PHP Fatal error: Call to undefined function OCILogon()
Posted: Fri Mar 28, 2008 2:31 pm
Hello,
My teammate and I are having a similar issue ...
Windows 2003
IIS 6.0
PHP 5.2.5 - mainly configured using these suggestions - http://www.peterguy.com/php/install_IIS6.html
Oracle 9.2
Warning: require(C:/php/ext/OCI.inc.) [function.require]: failed to open stream: No such file or directory in F:\forms\accountsearch\include\dbconn.php on line 14
Fatal error: require() [function.require]: Failed opening required 'C:/php/ext/OCI.inc.' (include_path='.;C:\php5\pear') in F:\forms\accountsearch\include\dbconn.php on line 14
(We are running the web files from the F:\ drive other than C:\ - and with the exception of Oracle, all apps are loaded on C:\)
* Sorry - had to edit the section, I had incorrect listed the oci .dll * We have ensured php_oci8.dll and php_oracle.dll are loaded into C:\PHP\ext and uncommented them from PHP.ini:
extension=C:\PHP\ext\php_oci8.dll
extension=C:\PHP\ext\php_oracle.dll
Similar to the previous poster, we are unable to locate oraiisp8.dll on our server.
Some Questions 1) Are there known bugs w/ the above product mix? 2) What is normally in the ora.oci file???
Any assistance would be greatly appreciated.
~ D.M.O.
My teammate and I are having a similar issue ...
Windows 2003
IIS 6.0
PHP 5.2.5 - mainly configured using these suggestions - http://www.peterguy.com/php/install_IIS6.html
Oracle 9.2
Warning: require(C:/php/ext/OCI.inc.) [function.require]: failed to open stream: No such file or directory in F:\forms\accountsearch\include\dbconn.php on line 14
Fatal error: require() [function.require]: Failed opening required 'C:/php/ext/OCI.inc.' (include_path='.;C:\php5\pear') in F:\forms\accountsearch\include\dbconn.php on line 14
(We are running the web files from the F:\ drive other than C:\ - and with the exception of Oracle, all apps are loaded on C:\)
* Sorry - had to edit the section, I had incorrect listed the oci .dll * We have ensured php_oci8.dll and php_oracle.dll are loaded into C:\PHP\ext and uncommented them from PHP.ini:
extension=C:\PHP\ext\php_oci8.dll
extension=C:\PHP\ext\php_oracle.dll
Similar to the previous poster, we are unable to locate oraiisp8.dll on our server.
Some Questions 1) Are there known bugs w/ the above product mix? 2) What is normally in the ora.oci file???
Any assistance would be greatly appreciated.
~ D.M.O.