• Resolved ryansain

    (@ryansain)


    I recently switched from Apache to NGINX. After getting everything sorted on the SSL certs I successfully logged into my site and tried to update to the new woocommerce-gateway-simplify-commerce plugin. I got the update but it gives me a “The plugin could not be activated. cURL is not installed.” error when I try to activate.

    cUrl is installed. I checked php.ini in my /php5/fpm dir and my added extension=php_curl.so to the section on curl. I checked my curl ini file as well and no joy.

    Any advice on what to try next?

    – ryan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ryansain

    (@ryansain)

    Solved my own problem:

    Neeeded to set the following properly in /etc/php5/fpm/php.ini:

    ; A default value for the CURLOPT_CAINFO option. This is required to be an
    ; absolute path.
    curl.cainfo = "/etc/nginx/ssl/NAME.OF.CRTorPEM.FILE"
    

    Thank you all!

    Praveen a11n

    (@spraveenitpro)

    Automattic Happiness Engineer

    Hi There.

    Glad to hear ?? , you can also open a ticket in the future with our support team via https://www.WooCommerce.com ( Go to Support > Helpdesk > Create a ticket > Free Plugins ), so that we can investigate this further.[redacted]

    Thanks

    • This reply was modified 8 years, 1 month ago by Praveen a11n.
    • This reply was modified 7 years, 10 months ago by bdbrown.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WC Simplify plugin not recognizing curl’ is closed to new replies.