• Just recently my comments stopped working.

    Even if I fill in all the required fields I keep getting this message:

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

    Why?

    I have tried to upload wp-comments-post.php again but no difference!

    Any tips?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Suggest you provide a link…

    i am having the same problem, was this ever resolved?

    https://www.neerajpoonam.com

    No one is able to comment gives them the same error of putting in the required fields.

    You or the theme or a plugin you are using has changed the names for the field values for whats being sent

    This is whats sent:

    author=my+name
    &author=email%40email.com
    &url=my+web+site
    &comment=this+is+a+comment

    and some other spamkarma crap that i left out.

    the first field out to be author (thats right)
    the second field ought to be email (thats wrong)
    the third field is url (you have that right)
    the last is comment (you have that right)

    If you look at your source you can SEE the problem there as well:

    <td class="right">
    Name:
    </td>
    <td>
    <input name="author" id="author" value="" size="22" tabindex="1" type="text">
    </td>
    </tr>
    <tr>
    <td class="right">
    Email:
    </td>
    <td>
    <input name="author" id="email" value="" size="22" tabindex="1" type="text"> <--- WRONG.
    </td>

    before I leave too, that site looks a mess in firefox, its truly f’ed up.

    i noticed that this theme (greenart-10) from themes.www.ads-software.com is messed up on that website as well. i tried to comment after clicking on the “test run” and I get the same error that I was getting here. I have reverted back to my old theme and will go for some other theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems with comments – no one can comment’ is closed to new replies.