Page 1 of 1

FCKEditor not loading .js properly

Posted: Tue Jun 12, 2007 9:13 pm
by kenk2003
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

Re: FCKEditor not loading .js properly

Posted: Tue Jun 19, 2007 4:48 am
by careybradfield
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!

Re: FCKEditor not loading .js properly

Posted: Tue Jun 19, 2007 12:09 pm
by Zappa
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

Re: FCKEditor not loading .js properly

Posted: Tue Jun 19, 2007 3:01 pm
by careybradfield
No, mine uses the full path with the root. That's not the problem.