My First Car, Honda City 2009
 

Wordpress Comment System Error

Filed in: Site News, WordPress — April 4th, 2005

advertisement

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.

Updated: the error caused by template comment tags. Seems like the comment tags cannot get the database returned value. Example:

PHP:
  1. function comment_text() {
  2.     global $comment;
  3.     $comment_text = str_replace('<trackback />', '', $comment->comment_content);
  4.     $comment_text = str_replace('<pingback />', '', $comment_text);
  5.     echo apply_filters('comment_text', $comment_text);
  6. }

global error? apply_filters error? :roll:

Updated(5:40pm): Phew~ back to normal. Comment enabled. Proved that it has nothing to do with me. I should not worry too much...

Bookmark and Share

Read also:

What do you think? One Response to “Wordpress Comment System Error”

Comments Feed | TrackBack URL
  1. #1
    LcF Says:

    testing 1 2 3 :P

Comments are closed. Submit your comment here