@sfelve
Sorry for the trouble.
1. Are you using Facebook with a WordPress plugin?
Recently it has been reported, that due to this plugin there is an issue.
So we have updated Google Library in our plugin as well.
Can you make sure you updated this plugin version to 4.6?
If yes, facing the issue after update then can you roll back to 4.5 ?
https://downloads.wp.xz.cn/plugin/cf7-google-sheets-connector.4.5.zip
and if using 4.5 then update to 4.6 and check it out.
Alternatively, for a while untill you test, enable the debug mode while enabling from wp-config.php using the following statements, when you are done with that remove this or set as false.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
You will see debug log at /wp-content/debug.log
Let me know what errors it might show you to help you further.
Many Thanks
Abdullah
I think there is an issue on 4.6 that breaks the contact form 7. I received 500 internal server error when attempting to submit a form with 4.6 installed, and while 4.5 works totally ok.
Thank you for your work!
Hola, tengo un problema desde que actualice su plug-in a la versión 4.6.
Voy a volver a la 4.5, pero por favor solucionen el problema.
`Fatal error: Uncaught Error: Undefined class constant ‘MAJOR_VERSION’ in /home/galvani/public_html/cumplimientocaribe.org/wordpress/wp-content/plugins/cf7-google-sheets-connector/lib/vendor/guzzlehttp/guzzle/src/Utils.php:118 Stack trace: #0 /home/galvani/public_html/cumplimientocaribe.org/wordpress/wp-content/plugins/cf7-google-sheets-connector/lib/vendor/guzzlehttp/guzzle/src/functions.php(71): GuzzleHttp\Utils::defaultUserAgent() #1 /home/galvani/public_html/cumplimientocaribe.org/wordpress/wp-content/plugins/mailjet-for-wordpress/vendor/guzzlehttp/guzzle/src/Client.php(194): GuzzleHttp\default_user_agent() #2 /home/galvani/public_html/cumplimientocaribe.org/wordpress/wp-content/plugins/mailjet-for-wordpress/vendor/guzzlehttp/guzzle/src/Client.php(75): GuzzleHttp\Client->configureDefaults(Array) #3 /home/galvani/public_html/cumplimientocaribe.org/wordpress/wp-content/plugins/mailjet-for-wordpress/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Request.php(43): GuzzleHttp\Client->__construct(Array) #4 /home/galvani/public_ in /home/galvani/public_html/cumplimientocaribe.org/wordpress/wp-content/plugins/cf7-google-sheets-connector/lib/vendor/guzzlehttp/guzzle/src/Utils.php on line 118
Hi @jesus2020,
The version 4.6 contains the latest API library.
If you are having any issue then you can surely use 4.5 version.
Both 4.5 and 4.6 version are stable.
There are many plugins who have not updated there API library and clashing with each other.
As per the error there seems to be the conflict with the “mailjet-for-wordpress” plugin. So unless they don’t update you can use 4.5 version.
Thanks
Abdullah