Topic-icon cUrl problem

Active Subscriptions:

None
10 years 9 months ago #54456 by glasbaualexander
hello,
my problem is that on server cUrl is enebaled but the plugin shows that it is disabled?
now i do not know what is wrong? the image shows the plugin error! and the php config will shown here: php config

can someone help me on that issue? thanks in advance!
The topic has been locked.
Support Specialist
10 years 9 months ago #54462 by alzander
Replied by alzander on topic cUrl problem
Thank you for the PHP info printout. Yes, cURL is installed on your system. However, if you look at the "disabled_functions" line, curl_exec is disabled. Because of that, no cURL requests can be made from your server. You will need to remove that call from the disabled_functions list (or contact your hosting provider to do so). Making outgoing requests to each of the social networks is a requirement of JFBConnect.

I hope that helps,
Alex
The topic has been locked.