0

I have installed https://wordpress.org/plugins/gigya-socialize-for-wordpress/installation/ plugin. But after installation its showing :

Fatal error: Uncaught exception 'Exception' with message 'Gigya.Socialize needs the CURL PHP extension.' in C:\wamp\www\sports\wp-content\plugins\gigya-socialize-for-wordpress\sdk\GSSDK.php on line 12

Can anyone tell me how I can solve this error?

1 Answers1

1

You will want to check the status of the PHP cURL module by creating the following php page:

<? phpinfo(); ?>

Load this page in your browser and it will tell you whether cURL is installed/enabled.

More information regarding installing cURL on WAMP can be found here: How to enable curl in Wamp server and here: WAMP Curl installation

Community
  • 1
  • 1