Social Login

How to enable PHP cURL extenstion? (Pre-requisite)

181 views October 30, 2018 October 30, 2018 bijen 0

cURL is enabled by default but in case you have disabled it, follow the steps to enable it :

1. Open php.ini (it’s usually in/etc/or in php folder on the server).

2. Search for extension= php_curl.dll. uncomment it by removing the semi-colon(;) in front of it.

3. Restart the Apache Server.

For any further queries, please submit a query on the right-hand side in our support section.

Was this helpful?