Hi. I'm trying to implement CMC with my Joomla 3.1.5 site. I get the error:
{"html":"saved","error":false}
upon submission.
I noticed this was a recent topic on this forum, however none of the possible causes seemed to resolve the issue.
I have checked with firebug and I have no javascript errors. The following is taken from the head of my website:
<script type="text/javascript" src="/naturopa/media/system/js/mootools-core.js">
<script type="text/javascript" src="/naturopa/media/system/js/core.js">
<script type="text/javascript" src="/naturopa/media/system/js/caption.js">
<script type="text/javascript" src="/naturopa/media/system/js/mootools-more.js">
<script type="text/javascript" src="//http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js">
<script type="text/javascript" src="//http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js">
I have attempted removing the jquery libraries and tested it out, however the error remains.
Do you have any idea what might be causing the issue?
Any help will be greatly appreciated.