I fixed this error in fckeditor.module : ( "/" was missing)
Correct:
line 173 $output .= '&SkinPath=' . $base_path . "/editor/skins/$skin/";

Old:
173 $output .= '&SkinPath=' . $base_path . "editor/skins/$skin/";

Sorry, I cannot upload file: I get error message:
"The selected file could not be uploaded, because the destination is not properly configured."

Comments

keve’s picture

I made a mistake:
at /admin/settings/fckeditor in Base path i left out / at the end.
Correct one:
/modules/fckeditor/lib/

With this setting the original fckeditor.module is ok.
Although, I think the module should set the default base path correctly at installation.

Anonymous’s picture