php - Fatal error: Call to undefined function oci_connet() -


i continue fatal error: call undefined funciton oci_connet(). cannot connect using php oci8 instant client oracle 12c databade. uninstalled apache, php , instant client. have reinstalled them still all. made sure in php ini had been changed, http, etc. had correct information. checked path , system files make sure instant client placed suppose be. have followed guidelines form oracle website, php website, still same error server windows 2008 r2 installed iis. iis turned off can use apache , fastcgi files. not sure if server configuration server configuration. database sit on server. each piece php, apache, database works independently cannot connect together. sql developer works fine, cannot sqlplus connect have tried many suggestions on here did not solve problem. going place instant client on database server , try see if connection. 2 days , person helping, no solution. help/suggestions appreciated.

hopefully message call undefined function oci_connect() (note added c, or have bigger problems)

make sure installed correct version php on web server. if have php 32 bit, make sure installed 32 bit instant client. likewise php 64 bit, need 64 bit oracle instant client. not matter if os 64 bit, if php 32 bit, instant client must 32 bit. message in logs error loading oci.dll.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -