Page 1 of 1

Problem with comments ...

Posted: Thu Feb 21, 2008 6:14 pm
by Lux
Hi,

an user of me gets the following problem when trying to comment:

Code: Select all

Warning: preg_match() [function.preg-match]: Compilation failed:
unrecognized character after (? at offset 2 in
/srv/www/deimeke.net/dirk/blog/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
on line 899

Fatal error: Call to undefined method Net_DNSBL::getTxt() in
/srv/www/deimeke.net/dirk/blog/plugins/serendipity_event_spamblock_rbl/serendipity_event_spamblock_rbl.php
on line 87
Any idea, what went wrong?

Thanks in advance

Dirk

Posted: Thu Feb 21, 2008 7:00 pm
by TopDawg
Check your word filter in your spamblock plugin...make sure any special characters are escaped

Code: Select all

Example:

@ should be \@
Hope this helps!

Posted: Thu Feb 21, 2008 7:54 pm
by Lux
TopDawg wrote:Check your word filter in your spamblock plugin...make sure any special characters are escaped
Thanks for your help.

That is not the reason. I think it is something with the blacklist, DNSBL (DNS blacklist) seems to point in that direction.

The colleague can not post at home, but at work.

Dirk