https://cancerwellness.com/
I also know that this plugin was breaking my woocommerce page. I would get an error when creating a new account during the checkout process.
-
This reply was modified 7 years, 10 months ago by visionlive3.
Updated to 1.3.3 and still having an issue.
/wp-content/plugins/zoho-crm-forms/assets/css/jquery-ui.css?ver=4.9.5 404 (Not Found)
[SOLVED] Was a server issue since it was working on my local just fine.
If you’re on Windows:
Go to your php.ini file and remove the ; mark from the beginning of the following line:
;extension=php_curl.dll
After you have saved the file you must restart your HTTP server software (e.g. Apache) before this can take effect.
For Ubuntu 13.0 and above, simply use the debundled package. In a terminal type the following to install it and do not forgot to restart server.
sudo apt-get install php-curl
Or if you’re using the old PHP5
sudo apt-get install php5-curl
or
sudo apt-get install php5.6-curl