Call to undefined function curl_init() error in wamp 2.2

前端 未结 9 1882
悲&欢浪女
悲&欢浪女 2020-12-05 02:21

I am having below error when I try to implement google and facebook authentication in windows 7 using wamp server.

Fatal error: Call

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 03:13

    (windows 10 user)

    Since this is the first result in Google and I had exactly the same problem and none of your solutions worked for me and I finally find the correct solution in an other thread of stackoverflow, I'll post link here : EasyPHP Devserver 16.1 Curl Win 10

    The solution is to add the your current PHP directory (depend of which version you use) to your global "path" variable in windows (like explained in the link, but you don't need to add all php directorias of course)

提交回复
热议问题