I was getting this issue too. After reading a few of the topics on this issue I started disabling some of the plugins and found the following caused JoomlaCK editor not to load on the Frontend (backend loaded fine):
SC jQuery -
extensions.joomla.org/extensions/core-enhancements/scripts/7230
I tried awills change in /plugins/editors/jckeditor/includes/ckeditor/htmlwriter/javascript/helper.php (not sure if that was the right file?)
www.joomlackeditor.com/forum/38-known-is...e-content-versioning
I have replied a fix in the setContent method of the JCKJavascriptHelper class:
Code:
| Code: |
return " if (!oEditor) CKEDITOR.instances.$editor.setData('" . htmlentities($html) .
"') ; else oEditor.setData('" . htmlentities($html) . "')";
}
|
And the Editor now loads up.
This should be released with 3.2.1
I had to disable SC jQuery as awills suggested fix didn't work for me, there was no difference if I had this change or not
But I have it working now and it's GREAT!!!!
