What is this?
<head><link rel="stylesheet" href="/wp-content/themes/DLNtheme/style.css" type="text/css" media="screen" /></head>
You can’t have a <head> element here, this would be very invalid HTML, and might be messing with the form. First make sure your HTML is valid, then come back and let us know if you are still having problems.
You’re missing name="comment"
<textarea id="comment" cols="50" rows="7" tabindex="4"></textarea>
Replace with:
<textarea id="comment" name="comment" cols="50" rows="7" tabindex="4"></textarea>
I know this was an old post but it comes to the top when searching for this error so added the solution for anyone else who finds there way here.
(@novadroid)
16 years ago
I have a problem. When I’d like to comment on a post I always get this error:
“Error: please type a comment.”
However, I’ve already typed it..
I think I deleted accidentally something in my comments.php..or I don’t know. This is my comments.php file: