Page 1 of 1

Error when click on comments in adminpanel

Posted: Sat Jan 19, 2008 12:29 am
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

Re: Error when click on comments in adminpanel

Posted: Sat Jan 19, 2008 1:16 pm
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