I enabled the extension on wamp (Screenshot) but I still get this error:
Fatal error: Call to undefined function oci_connect() in C:\wamp\www\wp1\wp-content\plugins\hrf\tmp.php on line 4
How can I solve this problem?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Uninstall WAMP, Install ZendServer Community edition.
Maybe it is not a right answer for your question, but it definitely works.
ZendServer is most stable PHP stack.
But if you want to keep WAMP, try this:
make sure you have enabled
in your php.ini file (or any included ini file)
Best option is run
It will tel you all you need to know.
Next thing to note is that php_oci8.dll has dependancy on other DLLs,
on my installation it reference oci.dll from OracleInstant Client.