Comment submission error
-
As far as I know, the comment submission has been working, however, I just tested it and I’m getting this error on my browser:
Not Found
The requested URL /wp-comments-post.php was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
My wp-comments-post.php is located directly under my WordPress directory, that’s where it’s always been. As far as my form action, it reads:
<form action="<?php echo get_option('../hiperminimalist-v1/mytheme/siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
I’ve been modifying the files today and I don’t know if it has anything to do with what I did. Here’s what I’ve done:
1) added $withcomments = “1”; to
<?php comments_template(); // Get wp-comments.php template ?>
so the comments display on my initial blog page. I’ve got that working.2) widgetized my sidebar. I added the code in sidebar.php and created a functions.php file.
3) added an Addtoany widget on my sidebar
That’s about all I did. I’d appreciate any help.
- The topic ‘Comment submission error’ is closed to new replies.