We have installed the FCKeditor module (well it came with 1.0.7) and when we check the module list withing the admin portion of CMS Made Simple, it lists:
FCKEditor is Active (green checkmark) and we have the Uninstall option.
When I go to test the editor (Extensions -> FCKeditor), I get these javascript alert messages:
Can't load:
http://modules/FCKeditorX/FCKeditor/edi ... lang/en.js
and also
http://modules/FCKeditorX/FCKeditor/edi ... kplugin.js
Any ideas? The rest of the site works fine.
Also, are all the files in the modules/ directory supposed to be owned by the web user (ie. nobody)?
Thank you very much
FCKEditor not loading .js properly
-
- Forum Members
- Posts: 29
- Joined: Tue Apr 03, 2007 11:07 pm
Re: FCKEditor not loading .js properly
I am also having this issue. The plugins are not loading properly and the I get two more messages that say CMSContent and CMSModules are unknown toolbar items.
I have also upgraded to 1.0.8. Still doesn't fix it. If you've figured it out please post!
Thanks!
I have also upgraded to 1.0.8. Still doesn't fix it. If you've figured it out please post!
Thanks!
Re: FCKEditor not loading .js properly
I dont know if this is a good suggestion or not but it seems from the url kenk2003 has given that the rooturl is missing...
http://modules/FCKeditorX/FCKeditor/edi ... lang/en.js
instead of...
http://www.example.com/modules/FCKedito ... lang/en.js
Regards,
Ryan
http://modules/FCKeditorX/FCKeditor/edi ... lang/en.js
instead of...
http://www.example.com/modules/FCKedito ... lang/en.js
Regards,
Ryan
-
- Forum Members
- Posts: 29
- Joined: Tue Apr 03, 2007 11:07 pm
Re: FCKEditor not loading .js properly
No, mine uses the full path with the root. That's not the problem.