|
CK Editor 3.3.1 does not load: CKEDITOR is not defined 1 Year, 10 Months ago
|
Karma: 0
|
|
Hi all,
I realize there are a few threads on this, but they are locked.
I am starting off on a fresh joomla installation (Joomla 1.5.18) on one of our university's linux web servers. It is running PHP 5.2.4, and MySQL 5.0.51a and Apache 2.2.8. I installed the plugin as normal, and it appears that installation works as normal - I do not receive any error messages.
The editor does not load when I attempt to create an article. If there is no content, it shows a blank text area, else the html code for entered content is shown.
I ran firebug (console tab) when loading the article editor page, and I received this error in the console:
CKEDITOR is not defined
[Break on this error] SqueezeBox.fromElement(el);
Not sure what is causing this error.
Antonio
|
|
|
|
Last Edit: 2011/03/10 21:10 By Paul.F.
|
|
|
Re:CK Editor 3.3.1 does not load: CKEDITOR is not defined 1 Year, 9 Months ago
|
Karma: 0
|
|
Same problem here... anyone got a suggestion? (Joomla 1.5.20)
|
|
|
|
|
|
|
Re:CK Editor 3.3.1 does not load: CKEDITOR is not defined 1 Year, 9 Months ago
|
Karma: 0
|
|
Hi Neusje,
I actually solved this issue a few days ago, forgot to post an update here on the forums.
Turns out our server had special security configurations (something our university IT had to do) which were not compatible with joomla's default .htaccess configuration. We had to rename the .htaccess file in the installation root directory to htaccess.txt. Similarly, an .htaccess file was located in .../plugins/editors/jckeditor. Renaming this file to htaccess.txt solved our issue, allowing the editor to load.
Good luck.
|
|
|
|
|
|
|
Re:CK Editor 3.3.1 does not load: CKEDITOR is not defined 1 Year, 6 Months ago
|
Karma: 0
|
|
Thanks Karma.
It works. I've been looking for this solution a long time.
John
|
|
JohnY
Fresh Boarder
Posts: 1
|
|
|
|
|
Re:CK Editor 3.3.1 does not load: CKEDITOR is not defined 1 Year, 5 Months ago
|
Karma: 0
|
|
Had the same problem and rename the .htaccess to htaccess.txt worked for me as well.
|
|
|
|
Last Edit: 2011/03/10 21:08 By Paul.F.
|
|
|