• Resolved k0ma

    (@k0ma)


    I’ve set up my blog and everything is fine EXCEPT for a commenting issue.

    It seems it won’t accept comments from anyone not logged in. I get the following error:

    “Error: please fill the required fields (name, email).”

    However, I have the options set to accept comments from anybody as long as they provide a name and e-mail address. I also don’t have any commenting-related plugins installed.

    My blog is at http://k0ma.net/

Viewing 3 replies - 1 through 3 (of 3 total)
  • well from what i can see its pretty simple..

    either replace your comments.php with defauld one.

    Or

    Correct problem 🙂

    in your comments.php
    this line:

    ‘<form action=”<?php echo get_option(‘siteurl’); ?>/wp-comments-post.php” method=”post” id=”commentform”>’

    should be ABOVE your <input> fields for author and email.

    otherwise it want grab the info from those fields and that result in your error message.

    in addition, just replace your comments.php with the default one (take it from the .zip folder and replace it, so its clean)

    that should help..

    Thread Starter k0ma

    (@k0ma)

    froggystone: I do believe you just solved my problem! A million thanks.

    I really can’t replace my current comments.php with the default one, since I’ve made several edits to customize my layout and such.

    Its seems to be working now i see 🙂

    Good luck in the world of blogging..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Commenting Problem’ is closed to new replies.