Title: Submitting Comments &#8211; errors
Last modified: August 19, 2016

---

# Submitting Comments – errors

 *  [shariabrakadoodlecom](https://wordpress.org/support/users/shariabrakadoodlecom/)
 * (@shariabrakadoodlecom)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/submitting-comments-errors/)
 * I have installed WordPress on our server in the folder /blog. When you first 
   view the blog, everything looks great, but at the bottom it says “error on page”.
   And, when I try to post a comment, it brings me back to my root directory error
   page:
    [http://www.abrakadoodle.com/wp-comments-post.php](http://www.abrakadoodle.com/wp-comments-post.php).
   It won’t allow me to post comments. Can anyone help?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [green2go](https://wordpress.org/support/users/green2go/)
 * (@green2go)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/submitting-comments-errors/#post-1030777)
 * Hi,
 * The javascript error is in relation to the javascript file located here:
 * [http://www.abrakadoodle.com/blog/wp-content/themes/blueberry/js/toolbox.js](http://www.abrakadoodle.com/blog/wp-content/themes/blueberry/js/toolbox.js)
 * Check that that file exists, if it doesn’t upload it, if it does re-upload it!
 * There is also an error on your template causing the comments form to try and 
   send it’s data to the wrong place. The form named comment form is pointing to
   the wrong place.
 * Currently:
 * `<form action="/wp-comments-post.php" method="post" id="commentform">`
 * This needs to be changed to:
 * `<form action="wp-comments-post.php" method="post" id="commentform">`
 * KR
 * Oliver
 *  Thread Starter [shariabrakadoodlecom](https://wordpress.org/support/users/shariabrakadoodlecom/)
 * (@shariabrakadoodlecom)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/submitting-comments-errors/#post-1030778)
 * Thank you so much. The form error fix you gave me worked.
 * But, I cannot find the toolbox.js file. I downloaded and extracted the theme 
   again, but there is no toolbox. in the js folder, the only file is comments
    ?-
   Shari
 *  [green2go](https://wordpress.org/support/users/green2go/)
 * (@green2go)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/submitting-comments-errors/#post-1030803)
 * Seems the author didn’t include the file! (Just checked myself) This indicates
   that the theme doesn’t actually need it!
 * To stop the errors open the file called functions.php within your theme directory
   and find this line:
 * `wp_enqueue_script('blueberrytoolbox', $jspath . 'toolbox.js', array('jquery'),'
   1.0');`
 * Change it to: (All i’ve done isd added the square / hash in front of the line)
 * `#wp_enqueue_script('blueberrytoolbox', $jspath . 'toolbox.js', array('jquery'),'
   1.0');`
 * This should stop WP adding it into the headers of your site.
 * Let me know how you get on, doing this may stop your theme from working. If it
   does just remove the square / hash and come back to me, there is another way 
   we can get round it.
 * KR
 * O
 *  [arkabc](https://wordpress.org/support/users/arkabc/)
 * (@arkabc)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/submitting-comments-errors/#post-1031054)
 * Wow, am I ever glad I found this thread. I thought upgrading caused the glitch
   on the comments.
 * I am using the same theme (with hacks) and cannot get the comment forms to work.
 * The redirect is to a 404 error page and no comment gets queued.
 * I’d also like to change the comment form to include email address.
    [http://fleacontrolsecrets.com/fleatreatment/2009/07/natural-flea-control-does-not-mean-less-toxic-video/wp-comments-post.php](http://fleacontrolsecrets.com/fleatreatment/2009/07/natural-flea-control-does-not-mean-less-toxic-video/wp-comments-post.php)
 *  [arkabc](https://wordpress.org/support/users/arkabc/)
 * (@arkabc)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/submitting-comments-errors/#post-1031055)
 * I tested the comment box on the [http://www.blogname.com](http://www.blogname.com)
   on the test site but it does not work as currently configured [http://www.blogname.com/blogextension](http://www.blogname.com/blogextension)
 * Any ideas on how to reconfigure this?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Submitting Comments – errors’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [arkabc](https://wordpress.org/support/users/arkabc/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/submitting-comments-errors/#post-1031055)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
