Error when click on comments in adminpanel

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Error when click on comments in adminpanel

Post by holysjit »

Hi,
I get this error when I click on comments in adminpanel:

Code: Select all

Warning: preg_match() [function.preg-match]: Unknown modifier 'h' in /storage/mijndomein/users/092304/public/sites/www.thejokersweblog.nl/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php on line 1267
What's the most smartest thing to do?

Thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Error when click on comments in adminpanel

Post by garvinhicking »

Hi!

Check your configuration of the spamblock plugin. Somewhere you seem to have entered a wrong statement, most probably inside the "Word filter" or "author name filter". Those are regular expressions, you need to escape special characters like "@" with "\@".

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply