why I always get Uncaught Error: Call to undefined function curl_init(). I have set extension:php_curl in php.ini and install php-curl too. but not working. . everyone help me?
5
-
your php and apache version?Bhaskar Jain– Bhaskar Jain2018-04-12 05:16:43 +00:00Commented Apr 12, 2018 at 5:16
-
I think this is duplicate of stackoverflow.com/questions/6382539/…Priya– Priya2018-04-12 05:16:51 +00:00Commented Apr 12, 2018 at 5:16
-
What PHP version and platform are you using? To make sure it is properly installed, use: extension_loaded('curl')yakobom– yakobom2018-04-12 05:18:46 +00:00Commented Apr 12, 2018 at 5:18
-
yes I know but I have followed it. and still keep the error. @PriyaCresth– Cresth2018-04-12 05:26:48 +00:00Commented Apr 12, 2018 at 5:26
-
I use php version 7.0Cresth– Cresth2018-04-12 05:27:37 +00:00Commented Apr 12, 2018 at 5:27
Add a comment
|