• Resolved Philip K Meadows

    (@philmeadows)


    Just to advise, I’m getting the following two lines in my error logs over and over; doesn’t seem to affect functionality AFAIK

    PHP Warning: preg_match(): Delimiter must not be alphanumeric or backslash in /plugins/wp-spamshield/includes/class.utils.php on line 665

    PHP Warning: preg_match(): No ending delimiter '~' found in /plugins/wp-spamshield/includes/class.utils.php on line 665

    Cheers man, sweet plugin!

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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 8 years, 1 month 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!

    Plugin Contributor redsand

    (@redsand)

    Hi @harm10,

    You’re very welcome! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tiny PHP Warning in error logs, not a big deal’ is closed to new replies.