Hey @blacklodgebeer,
It might be related to a corrupted value on the table wp_options.
You can try the following:
1- Deactivate and uninstall the plugin
2- run the following query on your DB
DELETE FROM 'wp_options' WHERE 'option_name' IN ('pinterest_for_woocommerce', 'pinterest_for_woocommerce_data', 'pinterest_for_woocommerce_marketing_notifications_init_timestamp', 'pinterest_for_woocommerce_account_connection_timestamp')
replace the prefix “wp_” with the prefix of your DB
3- Install and activate again the plugin
Let me know if that fixes the problem. We also open a request to prevent that error.
Again thanks for your feedback.
Best,
Christian
-
This reply was modified 2 years, 1 month ago by Christian.