Plugin Not Working
-
Hi,
I’ve searched on the support forum about this and found related topics, but the solutions on those threads haven’t helped me so far.
I can’t get the plugin to work and I get nothing on the log. I have authenticated to Google, de-authenticated and authenticated again. I’ve visited https://myaccount.google.com/permissions and can see that “GSheetConnector for WP Contact Forms” has access to “See, edit, create, and delete all your Google Sheets spreadsheets”, “See information about your Google Drive files” and “Associate you with your personal info on Google. See your primary Google Account email address.”. So, that looks OK.
I have added the following code to 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 define( 'SCRIPT_DEBUG', true );
Replacing:
define('WP_DEBUG', false);
But still log file is blank. What else can I do?
Thank you
- The topic ‘Plugin Not Working’ is closed to new replies.