Hello,
I have a problem when I try to submit a comment from my blog, I have the following error message: “Your comment submission failed for the following reasons: Invalid request”
I tried the solution described here: http://forums.movabletype.org/new-design/2008/09/submit-comment.html and here http://forums.sixapart.com/index.php?showtopic=66501 but it doesn’t change anything. My comment form template and my comment response template looks fine.
Can somebody help me?
Thank you!
Reported on Movable Type 4.2
Do you have a link please?
Yes: http://www.mathieuthouvenin.com/journal/2008/11/23/lorem-ipsum/
Well, you don't have mt.js included anywhere on that page, and that's probably a good reason why none of the recommended solutions on those pages worked. Unless you wrote jQuery code to handle all of the commenting.
I am seeing a JavaScript error that mtCommentOnSubmit is not defined. This normally means that mt.js is not referenced.
You're right. For some reasons it was including jQuery (that was included twice) instead of javascript.js
Thank you guys!