Comments don’t work.
-
When anyone, user or admin, tries to leave a comment, the comment box loads, but the “submit comment” button simply brings them to a blank page at https://synthesis.williamgunn.org/wp-comments-post.php
I’ve reset my blog to the default theme, disabled all plug-ins, deleted .htaccess, changed permalink style to default, and then rebuilt the permalink structure, after deleting the .htaccess file.
None of that changed the behavior at all.
I have groups of entries such as the following in my server logs:
129.81.225.212 - - [27/Jun/2007:13:16:28 -0700] "POST /wp-comments-post.php HTTP/1.1" 301 624 "https://synthesis.williamgunn.org/2007/06/27/google-documents-and-wordpress/" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 129.81.225.212 - - [27/Jun/2007:13:16:28 -0700] "GET /wp-comments-post.php HTTP/1.1" 200 364 "https://synthesis.williamgunn.org/2007/06/27/google-documents-and-wordpress/" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4" 129.81.225.212 - - [27/Jun/2007:13:16:31 -0700] "GET /wp-comments-post.php HTTP/1.1" 200 364 "https://synthesis.williamgunn.org/2007/06/27/google-documents-and-wordpress/" "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4"
So it’s a 301 moved permanently, then one 200 OK status code for every time I press load
/wp-comment-post.php
If I FTP to my site, then delete
wp-comments-post.php
, I get a 404 error when I hit the “Submit comment” button.I don’t understand why I get the 301. I don’t really understand what a 301 is, and in what cases that code would be returned instead of a 404.
I don’t think it has anything to do with URL rewriting, because it happens whether it’s on or off.
In summary, I’ve reset my blog to the most generic, default configuration, and it still doesn’t work, and I think it has something to do with the 301 http status code, but I don’t really know.
- The topic ‘Comments don’t work.’ is closed to new replies.