I am having trouble getting the comments to save. They always say "Your comment could not be posted, we're very sorry for the inconvenience".
I used the developer tools in IE to trace the javascript code and I found the following error: "Extension not found or permission denied". This occurs in the following block of code on the blog post page, specifically in the if(data == 0){ part. The error seems to be on the data object. Anyone have any ideas what might be wrong?
jQuery(document).ready(function(){
jQuery("#commentform #email").blur(function(){ var email = jQuery("#commentform #email").val();
if(data == 0){ jQuery("#commentPosted").addClass("error").html(" Your comment could not be posted, we're very sorry for the inconvenience "); jQuery("#commentform").show(); jQuery("#commentform #submit").attr("enabled", true); }
Unfortunately, the solution given there does not work on my site.
According to the other post the problem seems to revolve around the blog root being in the default root or being down further in the tree. It is when it is down further in the tree that the issue occurs.
I am desperate for a solution to this problem as I have a live site that the Blog4Umbraco package has been added to and the blog author would really like people to be able to comment.
Comments will not save
I am having trouble getting the comments to save. They always say "Your comment could not be posted, we're very sorry for the inconvenience".
I used the developer tools in IE to trace the javascript code and I found the following error: "Extension not found or permission denied". This occurs in the following block of code on the blog post page, specifically in the if(data == 0){ part. The error seems to be on the data object. Anyone have any ideas what might be wrong?
Ok, so based on the error I'm seeing I found the following other forum post: http://our.umbraco.org/forum/developers/api-questions/2813-Extension-not-found-or-permission-denied-Error
The code above does indeed have a URL with /base in it: /base/Blog4Umbraco/CreateComment/2773.aspx
However, I did not see /base in the reserved paths list of the web.config.
Anyone have any ideas? I really need to solve this problem.
Thanks,
Tim
Also, I found this post on the forum: http://our.umbraco.org/projects/ucomment/using-ucomment/6456-Comments-not-saving
Unfortunately it throws the following error when I try to go to it:
An Error Has Occured
An unexpected error occurred on our website.
What gives?
I have found another post with the same issue here: http://our.umbraco.org/projects/collaboration/blog-4-umbraco/using-blog-4-umbraco/9479-Blog-comments-not-saving
Unfortunately, the solution given there does not work on my site.
According to the other post the problem seems to revolve around the blog root being in the default root or being down further in the tree. It is when it is down further in the tree that the issue occurs.
I am desperate for a solution to this problem as I have a live site that the Blog4Umbraco package has been added to and the blog author would really like people to be able to comment.
Thanks,
Tim
Problem solved. My original Blog4Umbraco install did not go smoothly. I was missing the following lines in the restExtensions.config file:
What does restExtensions.config look like? Should be
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.