Looking at the selectors it appears that cURL is installed and enabled by default. However I have an extension in a Joomla site that requires it and it is throwing a warning even though looking at the php info shows cURL is running. Here is a typical warning message that I am getting.
Warning: curl_exec() has been disabled for security reasons in /home/***/public_html/administrator/components/com_jfbconnect/views/jfbconnect/view.html.php on line 71
When I set the site to run the default PHP version which also has cURL running the warning goes away. However no matter what PHP selector I choose in cPanel the warning returns. What am I missing and why are extensions that require cURL telling me it is not enabled?
Warning: curl_exec() has been disabled for security reasons in /home/***/public_html/administrator/components/com_jfbconnect/views/jfbconnect/view.html.php on line 71
When I set the site to run the default PHP version which also has cURL running the warning goes away. However no matter what PHP selector I choose in cPanel the warning returns. What am I missing and why are extensions that require cURL telling me it is not enabled?
Comment