Seeing this error also (+ like others, plugin still works).
Thanks. We’ve added code in functions.php to disable the plugin.
e.g.
if ( [xxx DEV xxx] ) {
deactivate_plugins( ‘/wysija-newsletters/index.php’ );
}
Would like to be able to disable the auto-newsletter only.