@blazkovac
Click on View https://www.gsheetconnector.com/wp-content/uploads/2019/01/Check-Deactivate-Log.jpg
to check errors.
Make sure, if your error log always showing empty then enable the debug log while adding debug statements in wp-config.php
// 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 );
which helps to debug where is the exact issue.
alternatively, you can check debug.log under wp-contents to check errors after adding the above debug statements, try to reauthenticate again, and let me know.
Thanks
Abdullah
Have you got the “Facebook for WordPress” plugin?
-
This reply was modified 5 years, 2 months ago by
ventio.
@westerndeal I have added debug to wp-config.php – How long does it usually takes until it refresher?
@ventio Yes, I have that plugin. Could that be the issue?
@ventio I just started the lead generation campaign, starting generating leads and this happened..
If I have plugin: Facebook for WordPress active it doesn’t submit the form. IF I deactivate plugin either Facebook for WordPress or CF7 to Google sheet it submits the form.
Hi @blazkovac,
There as been an issue with the guzzle library.
We did updated that for pro version of our plugin to latest and it conflicted with Facebook plugin as they were having lower version. So unfortunately due to such issues we revert back and also not update it for the free version.
There are many other plugins who has not yet updated the versions and conflicting with each other.
We will provide update in next version or release beta/development version.
@westerndeal so if I buy pro version it will work like it did previous?
@blazkovac
Currently, we are testing, will announce in a couple of days.
Thanks
@blazkovac
We have released version 4.6 with a library update
can you check in your environment, it’s now compatible with this plugin
https://wordpress.org/plugins/official-facebook-pixel/
Make sure, if having any issue on your side, you can roll back to 4.5 from here
https://downloads.wordpress.org/plugin/cf7-google-sheets-connector.4.5.zip
check and let me know further.
Thanks
Abdullah