Problem with comments ...

Found a bug? Tell us!!
Post Reply
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Problem with comments ...

Post 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
TopDawg
Regular
Posts: 46
Joined: Thu Sep 14, 2006 5:15 pm
Location: Euclid, Ohio
Contact:

Post 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!
Last edited by TopDawg on Thu Feb 21, 2008 7:56 pm, edited 1 time in total.
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Post 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
Post Reply