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
Comment #1
keve commentedI 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.
Comment #2
(not verified) commented