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"
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.