Wordpress Comment System Error
Filed in: Site News, WordPress — April 4th, 2005
Something weird happended today. Some of the pages cannot be displayed correctly, while others have no problem. After some debug, I found that the problem is related to wp-comments.php, the Wordpress comment file. Disabled wp-comments.php, everything back to normal but, of course, cannot view or post comment.
I am still trying hard to find out the exact problem. Could anyone send me the Wordpress 1.2.2 installation package?
If you have any idea or suggestion, please leave your comment in the forum. Thank you.
[php]function comment_text() {
global $comment;
$comment_text = str_replace(‘
$comment_text = str_replace(‘
echo apply_filters(‘comment_text’, $comment_text);
}[/php]
global error? apply_filters error?
Updated(5:40pm): Phew~ back to normal. Comment enabled. Proved that it has nothing to do with me. I should not worry too much…



