Problem with Runway Blog comments after migrating from localhost to server
I am currently using Umbraco 4, I only installed this recently so the technologies should be up-to-date. I installed the Blog starter kit but have since moved the blog from being the default node to being a separate section within my site because I wanted a website with a blog inside it.
The problem is that the comments on the blog work fine when I am running it in localhost from WebMatrix, however when I have it on the server it doesn't submit the comments anymore or get the avatar image when I type the e-mail in so I'm assuming it might be the javascript which is the problem but I don't know. I am not an experienced web developer and need I'm creating this for my dissertation so a quick response would be very much appreciated.
In addition i am not using my own server, I am using the Universities so the root folder has caused me problems. The URL of my site is http://devweb.compsci.chester.ac.uk/0910743/Web2torials, 0910743 is my username on the server and web2torials is the root.
I also have all of the relevant jquery scripts in the head, as I say it works fine on localhost. When I submit a comment the form just gets stuck on "your comment is being submitted, please wait"
Any ideas? Thanks in advance and please reply ASAP i'm really stressing out :)
Problem with Runway Blog comments after migrating from localhost to server
I am currently using Umbraco 4, I only installed this recently so the technologies should be up-to-date. I installed the Blog starter kit but have since moved the blog from being the default node to being a separate section within my site because I wanted a website with a blog inside it.
The problem is that the comments on the blog work fine when I am running it in localhost from WebMatrix, however when I have it on the server it doesn't submit the comments anymore or get the avatar image when I type the e-mail in so I'm assuming it might be the javascript which is the problem but I don't know. I am not an experienced web developer and need I'm creating this for my dissertation so a quick response would be very much appreciated.
In addition i am not using my own server, I am using the Universities so the root folder has caused me problems. The URL of my site is http://devweb.compsci.chester.ac.uk/0910743/Web2torials, 0910743 is my username on the server and web2torials is the root.
I have the ext assembly in restextensions.config:
<ext assembly="Runway.Blog" type="Runway.Blog.Library.Base" alias="RunwayBlog">
<permission method="CreateComment" returnXml="false" allowAll="true" />
<permission method="GetGravatarImage" returnXml="false" allowAll="true" />
</ext>
as well as the xsltextensions.config:
<ext assembly="Runway.Blog" type="Runway.Blog.BlogLibrary" alias="BlogLibrary">
</ext>
I also have all of the relevant jquery scripts in the head, as I say it works fine on localhost. When I submit a comment the form just gets stuck on "your comment is being submitted, please wait"
Any ideas? Thanks in advance and please reply ASAP i'm really stressing out :)
is working on a reply...