I've installed the uComment package, but I can't get it to save the posts. I get the "Your comment could not be posted, we're very sorry for the inconvenience" error message.
I have checked that all the right stuff is present in the config files, and YES I do have a <form runat="server"> tag in my template :)
I'm not sure where to start looking for the error.
I know you've found your problem, but I still have some general tips. It could be difficult to debug pre-compiled packages, what I usually try is:
- Adding ?umbDebugShowTrace=true to the querystring to quickly find errors in the stack trace - Check the umbracoLog table for errors - I always install ELMAH to be able to quickly find uncaught exceptions
uComment, how to debug
Hey all
I've installed the uComment package, but I can't get it to save the posts. I get the "Your comment could not be posted, we're very sorry for the inconvenience" error message.
I have checked that all the right stuff is present in the config files, and YES I do have a <form runat="server"> tag in my template :)
I'm not sure where to start looking for the error.
Ideas anyone?
Ok, I seem to have narrowed it down to the jQuery now.
I guess I was a bit too fast with the styling. The jQuery script cannot read the correct fields.
I know you've found your problem, but I still have some general tips. It could be difficult to debug pre-compiled packages, what I usually try is:
- Adding ?umbDebugShowTrace=true to the querystring to quickly find errors in the stack trace
- Check the umbracoLog table for errors
- I always install ELMAH to be able to quickly find uncaught exceptions
Hey Sebastian
Thanks for the tips :)
I know ELMAH from previous projects and it's really good at logging what going on behind the scenes.
Another good tool for this sort of thing is Firebug. it has a "net" tab that shows the requests being made in the background, such as ajax stuff.
is working on a reply...