WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
When I do that even sections disappears from the page
Uninstalled editor and tried to install a fresh one (from here: https://addon.WebsiteBaker.org/pages/en/browse-add-ons.php?id=08A769F) but failed.
File name was lowercase, small letters. So i changed them like you said -> CKEditor.php. So all sections disappeared from the page.. When I change letters back to small letters, sections are visible.Not locally. Installed WB right on to the server and so on.. Why?Right now I'm not on my office so I don't remember exactly what it said when it happened but I can't install newest ckeditor..
if (!file_exists($ckeAbsPath.'CKEditor.php')) { throw new RuntimeException('Error loading editor file CKEditor.php, please check configuration');} if ( !class_exists('CKEditor', false )) { require ($ckeAbsPath.'CKEditor.php'); } if ( !class_exists('CKEditorPlus', false )) { require ($ckeAbsPath.'CKEditorPlus.php'); }
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?
echo $tplPath;
echo $modRelPath;
echo $documentRoot;