- changed status to open
Plugin is installed and set up.
My blog uses a partial to output the post information. The comments component is placed within that partial.
Form shows on the website, but when filled out I get the following error on submission
"AJAX handler 'onComment' was not found."
My site footer has both {% scripts %} and {% framework extras %} at the bottom of the code. I am currently loading jquery 1.8.3 before them, but I have also tried with 2.1.4 with no luck.
Any help is appreciated.
Comments (4)
-
repo owner -
No, I had the component in the partial.
Moving it to the page along with the component call solved the error of submission.
The form can be filled out and submitted, the mouse changes to a loading icon for a while, and then back to a pointer, no post shows.
If I refresh the page, the comment will display.
Plugin settings require no pre-approval.
-
repo owner Do you have any js errors?
-
repo owner - changed status to resolved
- Log in to comment
Did you add component on the page?