ftp-upload doesnt work???

please forget the installer in the wb-backend. the upload-limit for zip-file is max 2 mb, the zip-file for the ckeditor has 2.1 mb
see my last posting: use a ftp-client like FireFTP, clear the folder modules/ckeditor, than upload the unpacked Ckeditor from here ->
https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=08A769Fdont use any Servertools like unzip or unpack Zip-Files.
I'm sure, you have there a mix between older CKEditor-Version and the latest version. The error message says, the file include.php search for the file ckeditor.php (lower case letters!!!), but the file is named CKEditor.php (3 capital letters in front). this file is the base for every job inside of the editor and if the script cannot found this, the result is a not-working-editor
normalize, the problem is solved with a ftp-upload && reload of the modules in max two minutes

if you want, send me the access-datas for ftp and wb-backend and i install the editor for you
P.S.: its not needed, to delete everything and start with a fresh install. if you dont know, what the problem is, you have maybe the same problem after the fresh install
another P.S.: some of the (original) ckeditor-plugins works with browser-language-detection. so if you work with finnish on your browser and the problem is a missing language file (FI.php / FI.js) in one of the plugins, you have the same problem again
3th P.S.: if you have any problems like this, its important, that you clear the complete browser cache. be sure, that you close programs like browser && ftp-client, before you start to clear the cache.
its also recommended, to use the tools inside of WB like View Error.log / Delete Error.log / Clear Cache (Link in Info-Window)
I'm just wondering that only difference on this server is domain. Working domain is www.domain.fi and this not working is http://whm21.louhi.net/~talonhenki... Is there any difference?
yes, maybe the ~ in the foldername
the include.php of the editor read the base path from this domain and build with this some other needed path's (absolute path, relative path, , template pathetc). Maybe something goes wrong there. Simple test is a echo inside of the include.php like
echo $tplPath;
or
echo $modRelPath;
or
echo $documentRoot;
somewhere behind line 61 in include.php
the output comes in the top left corners of the whole page or in the top of the editor field. But for all this, you have to upload the editor-package first