I looked at the video to install comments package, followd the steps. It seems to install fine. But when I post a comment - it doesn't seems to call the ajax method in related commentsy surface controller.
Below is the screen grab showing the hierarchy. (au -> [uBlogsy][Base]Page, Sydney -> Landing)
We are planning to put this site live asap, just waiting for this feature to work. Any help is appreciated! Thanks
Have you used Firebug (or Chrome developer tools) to check when you post a comment, what HTTP status code you get back, and whether there is a stack trace in the body of the request?
Can you recall what you did to fix or how you found the which dll was incorrect?
I've installed uBlogsy Web Forms 3.0.2 on v6.1.6 and it was all working perfectly until I moved on to build another feature on my site- built project in VS and the comments have stopped working. I get
Posting a comment fails silently on uCommentsy
Hi
I am on umbraco 6.1.1 and uBlogsy 3.0
I looked at the video to install comments package, followd the steps. It seems to install fine. But when I post a comment - it doesn't seems to call the ajax method in related commentsy surface controller.
Below is the screen grab showing the hierarchy. (au -> [uBlogsy][Base]Page, Sydney -> Landing)
We are planning to put this site live asap, just waiting for this feature to work. Any help is appreciated! Thanks
Have you used Firebug (or Chrome developer tools) to check when you post a comment, what HTTP status code you get back, and whether there is a stack trace in the body of the request?
Did you solve your problem?
Any details in the log table?
We are having this issue too.
The raw response, as captured by fiddler is below.
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
X-SourceFiles: <project directory>\umbraco\RenderMvc
Persistent-Auth: true
X-UA-Compatible: IE=edge
Date: Tue, 08 Oct 2013 15:36:18 GMT
Content-Length: 4330
Baldy do you have any custom routes?
Are you running under a virtual directory?
Perhaps an mvc dll conflict?
Hi Anthony,
No custom routes, no virtual directory, just mvc 4.0.
We ended up dropping uBlogsy because of this and rolled our own.
Shame really as everything else worked really nice.
I had a similar issue about a year ago. It was something to do with an incorrect dll. Really strainge. Oh well. Such is life.
yep, unfortunately!
to be fair - great package, had everything that you would expect from a blog and is certainly one of the better packages that ive come across.
shame we didnt get to roll it out into production
Hi Anthony,
Can you recall what you did to fix or how you found the which dll was incorrect?
I've installed uBlogsy Web Forms 3.0.2 on v6.1.6 and it was all working perfectly until I moved on to build another feature on my site- built project in VS and the comments have stopped working. I get
?action=comment&success=error#error
and on the page
An error has occurred, please try again later.
Any pointers?
Cheers.
Liam
is working on a reply...