How to solve Fatal error: Uncaught exception 'Exception' with message 'Gigya.Socialize needs the CURL PHP extension.' sdk\GSSDK.php on line 12 - wordpress

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?

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

Related

PHP Fatal error: Uncaught Error: Call to undefined function wp_kses_normalize_entities() in new wordpress installation

I'm trying to install Wordpress 5.3.2 on NetBSD (unix). phpinfo() tells me I am running Apache/2.4.33 (Unix) PHP/7.2.6
On install.php I get a blank screen and the server log says
Call to undefined function wp_kses_normalize_entities()
As this is at the installation stage, I've not got as far as a Wordpress dashboard, so there are no plugins to disable. What do I do?

Unable to open the wordpress website getting http error

[14-Sep-2018 07:00:57 UTC] PHP Warning: require(/home/website/public_html/learn/wp-includes/embed.php): failed to open stream: No such file or directory in /home/website/public_html/learn/wp-settings.php on line 201
[14-Sep-2018 07:00:57 UTC] PHP Fatal error: require(): Failed opening required '/home/website/public_html/learn/wp-includes/embed.php' (include_path='.:/opt/alt/php71/usr/share/pear') in /home/website/public_html/learn/wp-settings.php on line 201
Getting this error while trying to open the website which is developed in wordpress.This is the sub domain which we created.
Seems like the embed.php is missing in the given directory . did you check it ?

Fatal error when copying wordpress site from server to localhost

I've been trying to create a local copy of this wordpress site - click4taps.co.uk. But even though everything seems to run pretty much fine on the server, on localhost I am getting these code errors, I would have maybe expected a database error if I had forgot something in the setup. I'm not super good at php but I can't see anything that out of place in the code the error specifies.
Here is the error message I receive when trying to launch the site in localhost:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'woocommerce_layered_nav_init' not found or invalid function name in C:\Program Files (x86)\Ampps\www\click4taps\wp-includes\plugin.php on line 406
Fatal error: Call to undefined function is_product() in C:\Program Files (x86)\Ampps\www\click4taps\wp-content\themes\bazar\theme\plugins\woocommerce-ajax-layered-nav\init.php on line 59
Any feedback on this would be very helpful thanks
Activate your woocommerce plugin

PHP Fatal error: Uncaught exception PharException with message manifest

while trying to install composer.phar through command line , got an error
PHP Fatal error: Uncaught exception 'PharException' with message manifest cannot be larger than 100 mb in phar
please support me to solve this problem, i am trying to installing symfony2.1
It appears you got a corrupted phar for some reason. Try downloading a new one from https://getcomposer.org/download/ - if the CLI instructions do not work out for you you can just download the last snapshot by hand from https://getcomposer.org/composer.phar

Symfony2 run bin/vendors git error

I downloaded the latest symfony2 (2.0.10) and tried to run bin/vendors install but it prints the following:
Installing/Updating symfony
Cloning into /Users/i/sf2_proj/vendor/symfony...
error: Failed connect to github.com:80; Operation timed out while accessing http://github.com/symfony/symfony.git/info/refs
fatal: HTTP request failed
try using git:// instead of http:// in your deps file
Changing http:// to https:// also works

Resources