Skip to main content

Call to undefined function curl_init()

Comments

2 comments

  • Henry Carter
    Hi avishay, curl is an extension that needs to be installed, it's got nothing to do with the PHP version. #yum install php-common You can also specifically install the php-curl extension #yum install php-curl If it is installed Go to your php.ini/.user.ini file and remove the ; mark from the beginning of the following line: ;extension=php_curl.dll
    0
  • cPanelLauren
    @avishay.g Please let us know if the advice provided by @Henry Carter helps and if you still have questions or concerns.
    0

Please sign in to leave a comment.