• When I tried out that does my commenting work all I got was this error:
    Database error: [Unknown column ‘comment_date_gmt’ in ‘field list’]
    INSERT INTO wp_comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved) VALUES (’33’, ‘sdfgdsgf’, ‘sdgfsdfg’, ”, ‘213.216.199.10’, ‘2004-10-27 16:08:58’, ‘2004-10-27 13:08:58’, ‘sdgfsdfg’, ‘0’)
    Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in /home/frozenro/public_html/blog/wp-includes/functions.php on line 1021
    Warning: Cannot modify header information – headers already sent by (output started at /home/frozenro/public_html/blog/wp-includes/wp-db.php:80) in /home/frozenro/public_html/blog/wp-comments-post.php on line 177
    What does that mean? I have no idea how to fix this, you’ll find my site @ http://frozen-rose.org/blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter belewien

    (@belewien)

    I also have the comment moderating on and this is what I got to my e-mail:
    A new comment on the post # “” is waiting for your approval
    Author : (IP: , )
    E-mail :
    URL :
    Whois : http://ws.arin.net/cgi-bin/whois.pl?queryinput=
    Comment:
    No info and no nothing even though I did gave my name + e-mail plus comment!! :/

    The database error is saying that your WordPress database is missing field comment_date_gmt in table wp_comments, which leads me to suspect that you either had problems installing WP, recently upgraded to a newer version of WP (and had problems) or activated some plugin that isn’t working correctly.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Database error: [Unknown column ‘comment_date_gmt’ is closed to new replies.