Forums

Comments disabled on posts (10 posts)

  1. wpdools
    Member
    Posted 2 months ago #

    Hello, somehow in the last day or so, comments were disabled on each individual post that I've created over the past couple years. On the Advanced Options under each post, the setting Allow Comments has been unchecked on each post. Any idea how to globally reset that to checked (Allow comments).

    Note: I noticed that under Settings-Membership, the field 'Users must be registered and logged in to comment' was enabled as well. I unchecked this box, now new posts allow comments. But all previous posts have comments disabled. Any thoughts?

  2. Pavlos
    Member
    Posted 1 month ago #

    The exact same thing happened to me.

    1) Somehow the "Users must be registered and logged in to comment" option was checked on it's own.
    2) Each Post has "Allow Comments" unchecked (although they previously allowed).
    3) All my posts now say "comments closed"...

    All this after I upgraded to 2.6.2. Any idea what caused it yet? Or how to set all posts to allow comments again? It seems unchecking the "User must be registered..." option does not help with older posts. Thank you!!

  3. wpdools
    Member
    Posted 1 month ago #

    Pavlos- yep, that's me to. Wondering if some combo of the 2.6.2 upgrade and a plugin perhaps caused this!

  4. Pavlos
    Member
    Posted 1 month ago #

    This is the most likely case. It must be one of the plugins, in combo with 2.6.2. A solution I found to set the comments on all posts back to "allow" is the following.

    1) You must have access to use SQL commands on your database, like for example with phpMyAdmin.
    2) Select your WP database and click on the SQL tab.
    3) Paste and run the following SQL command.

    UPDATE wp_posts SET comment_status = 'open', ping_status = 'open' WHERE comment_status = 'closed';

    I hope this helps. It will save you the time from having to visit every single post and check it to have comments allowed again.

    If anyone figures out what caused this, I would like to know please! So to prevent it from happening again. Good luck!

  5. wpdools
    Member
    Posted 1 month ago #

    Thanks man. That did the trick. I still haven't figured it out but it's definitely a plug in in combo with 2.6x. I just deactivated then reactivated all my plugins and the same thing happened.

  6. andrusk
    Member
    Posted 1 month ago #

    Happened to me also at globalmotors.net

    How can I access the SQL commands?

  7. andrusk
    Member
    Posted 1 month ago #

    Figured it out and it works now.

  8. DogRatCom
    Member
    Posted 1 month ago #

    Thanks very much. Worked like a charm. I'm still on 2.5.1 and my problem was exactly as described above. Wonder what caused it?

  9. filmfan214
    Member
    Posted 2 weeks ago #

    Thank you so much! That was quite an annoyance.

  10. frankcswain
    Member
    Posted 3 days ago #

    Thanks, worked for me.

Reply

You must log in to post.

About this Topic

Tags