tootthecat
Forum Replies Created
-
Forum: Plugins
In reply to: [Brevo for WooCommerce] Comment notification emails send via sendinblue?Thanks @nicknoordijk
I’ll let you know if I hear anything about this. We’re not yet signed up and this is one thing I’m concerned about.
Forum: Plugins
In reply to: [Brevo for WooCommerce] Comment notification emails send via sendinblue?Nick – Were you able to find a resolution for this? I’d hate to have all of our emails from the site go through the marketing platform.
So, it appears that this is now solved. For my case it was a setting that was thrown out of whack during the process of updating from the free to the premium version. I’m not sure if the problem is actually related to WPE or not, but in any case it’s solved.
For those that wind up here looking for a solution and happen to have the same issue I did I’ll add the following.
Export your wp_wfconfig table and search for wafDisabled.
Mine originally looked like this:
‘wafDisabled’, 0x31, ‘no’After updating the table it looked like this:
‘wafDisabled’, 0x30, ‘no’To update the value run the following SQL statement:
update wp_wfconfig set val = ‘0’ where name = ‘wafDisabled’ ;@davidvee Not sure what the secret is to getting help with this on WP Engine chat. I tried there and they said they won’t help with this issue.