Hello every one, and thanks in advance for your help. I'm really a Drupal noob but so far I've managed to install it and try it, I think it's wonderful. Today I came across CKEditor, great wysiwyg editor! I've been trying to use it without success. So far I've installed it without problems, following directions found here
http://drupal.org/project/ckeditor.
I can enable and disable it in the modules section of the Drupal admin without warnings or errors and I'm able to change it's settings. The problem is: it won't show up in text areas of any kind (not in filtered nor full HTML ones), despite being configured for these formats. In fact, using Firebug for Firefox, I'm able to see some errors in the console when loading a page that should display the CKEditor:
"NetworkError: 403 Forbidden - http://drupal/sites/all/modules/ckeditor/ckeditor/lang/en.js?t=C3HA5RM" "NetworkError: 403 Forbidden - http://drupal/sites/all/modules/ckeditor/ckeditor/skins/kama/editor.css?t=C3HA5RM"
Of course I've checked those files exist in that location. I've tried changing their permissions but to no avail, well, I'm not really sure which these should be .
Everywhere the CKEditor should be loaded I get the same errors, for instance, when editing any of the CKEditor profiles, let's say the Advanced profile for Filtered HTLM (http://drupal/admin/config/content/cked ... t/Advanced) i get those two errors plus this one:
"NetworkError: 403 Forbidden - http://drupal/sites/all/modules/ckeditor/ckeditor/plugins/uicolor/plugin.js?t=C3HA5RM"
I suppose that's caused by the CSS section, where one should be able to see a preview of the CKEditor and when it fails to load, the color picker fails too.
I'm running Drupal 7.14 (default theme) on a OS X Snow Leopard machine, with only two extra modules:
Localization update 7.x-1.0-beta3+1-dev
CKEditor 7.x-1.9
I really love CKEditor, i tried the online demo (http://drupal.ckeditor.com/) and I'd really hate to quit on it, so any help will be much appreciated. Thank you.
PS:I apologize for my terrible English.
Re: CKEditor unable to load: console error 403
it looks that your drupal installation is not configured well. Please check permissions (chmod settings) to CKEditor directories (and files) into sites/all directory. It looks that CKEditor can't read it's files. This is the reason why you see 403 Error. Please check what chmod settings do you have for sites/all/modules/ckeditor directory and it's content.
Re: CKEditor unable to load: console error 403
permissions for directory: sites/all/modules/ckeditor
permissions for the files inside sites/all/modules/ckeditor
Could it be that the group or the owner is not set correctly? Hope you can shed some light on it. Thanks again for your help.
Solved!
Thanks Michał for the help.