Plugin Contributor
redsand
(@redsand)
Hi @philmeadows,
Thank you for reporting this. We are aware of this issue, and are currently working on a fix. We expect to have a patch out within a few hours.
Thanks for the kind words! 🙂
– Scott
Plugin Contributor
redsand
(@redsand)
Update: Version 1.9.9.8.5 has been released with the fix.
I am on version 1.9.9.8.5 and still have this warning:
Warning: preg_match(): Delimiter must not be alphanumeric or backslash in /…./wp-content/plugins/wp-spamshield/includes/class.utils.php on line 665
And I should add that although my config.php specifies to not display errors on the screen they get displayed anyway…. 🙁
-
This reply was modified 9 years, 4 months ago by
Harm10.
Plugin Contributor
redsand
(@redsand)
Update: Version 1.9.9.8.6 has been released. Issues affecting a small subset of 1.9.9.8.5 users have been resolved. An option to disable auto-updates has been added to the settings page, along with an advanced option to force-disable automatic updates and remove the option from the settings page. (This would be useful for multisite admins.) To disable auto-updates in the settings page, just uncheck the box for “Enable Automatic Updates” and click “Save Changes”. To use the advanced option, add the following code to the wp-config.php file (before it says to stop editing):
define( 'WPSS_AUTOUP_DISABLE', TRUE );
That should make everyone happy. 🙂
– Scott
Just updated to 1.9.9.8.6 and the messages have disappeared from my screen. Thanks for the quick support!