简体   繁体   中英

WAMP server stopped working due to Fatal error: Call to undefined function oci_connect()

So far I am using WAMP server with oracle successfully past one year,but unfortunately it stopped working and displaying an error like this Fatal error: Call to undefined function oci_connect() . I verified all DLL files and connection I dint do any modification for past one year and verified all related link Fatal error: Call to undefined function oci_connect() .How can I fix this error.kind give some solution.

I have refer and verified lots of reference links. But everything is perfect. Past 1 year it was working perfectly, but today morning it will not work and shown the above error here, How can I solve this?

May be dll was crashed. Can you update the required dlls?

Otherwise reinstall the Oracle?

It will work..

Please check your PHP version first. it must be not latest one also your wamp server is around 2.2.

Please add require oracle extension from here .

Add

php_oci8_11g.dll

In php.ini and enable extension.

Its working for me. Still have issue let me know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM