• Whenever I post a comment it appears on the blog but also gives this error:

    WordPress database error: [Unknown column ‘ID’ in ‘where clause’]
    SELECT * FROM wp_comments WHERE ID = ‘212’

    WordPress database error: [Unknown column ‘ID’ in ‘where clause’]
    UPDATE wp_comments SET comment_content = ” WHERE ID = ‘212’

    —-
    It doesn’t seem to cause any overt problems but I figure it better to work properly than not.

    my site is at epiphaticexhaustion.com

    Any thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • asimone,

    did you do something or install something (plugins?) that affects comments? The proper column that it should be referencing is ‘comment_ID’ not ‘ID’.

    Thread Starter asimone

    (@asimone)

    Yeah I used the Scripturizer plugin and changed it from dynamic to static, after I changed it back I found no problems.

    FYI, the plugin homepage is here: https://laurenceo.com/2005/10/08/scripturizer-remix/

    However, after changing my setting back, everything is in working order. I’ll just leave it for now, the change was just a minor and unimportant one.

    Thread Starter asimone

    (@asimone)

    The other possiblities were coComments, editor monkey, or live comment view.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments WordPress Database Error’ is closed to new replies.