1 gupik Jun 08, 2008 20:48
3 edb Feb 26, 2009 10:09
Just noticed that this is still a bug in 2.4.6.
4 edb Feb 26, 2009 10:14
First box:
array(4) {
["before"]=>
string(0) ""
["after"]=>
string(7) " from: "
["text"]=>
string(7) "Comment"
["nofollow"]=>
bool(true)
}
Second box:
array(6) {
["before"]=>
string(0) ""
["after"]=>
string(7) " from: "
["text"]=>
string(7) "Comment"
["title"]=>
string(1) "#"
["class"]=>
string(0) ""
["nofollow"]=>
bool(true)
}
(wow pre_dump makes ugly output)
5 edb Mar 25, 2009 04:31
Some extra info, as this is the single biggest message in my error log:
I've got this feeling we get this error when a spammer tries to automagically inject a comment. The thing is I can't generate this error even when I hit the htsrv/comment_post.php file directly from a [url=http://www.microsoft.com/windows/products/winfamily/ie/default.mspx]crappy little browser[/url]. So to me that means it is coming from spammers, though obviously I could be way wrong.
Oh and unlike gupik, I am seeing this in my server-generated error log. I am not seeing it actually live on my blog.
Hi gupik,
I can't reproduce this error and I don't see what's wrong with the code. What do you have where the error is reported?
Try adding both predump_var( $params ); lines as above and please report the output (two boxes with some output appear in the comment area).
Good luck