Re: Please, for the love of GOD HELP ME figure this out. ckeditor willnot show up.
I just figured out how to do it by following your instructions. in my honest opinion, ckeditors instructions are GARBAGE and are getting alot of people to install it incorectly. why the complicated instructions when all they had to say was drag one folder here, and drag the other folder here. SAID AND DONE.
Re: Please, for the love of GOD HELP ME figure this out. ckeditor willnot show up.
There is a bug in bullet 2 of instruction 2; I will fix it shortly. This is what caused your problem.
Re: Please, for the love of GOD HELP ME figure this out. ckeditor willnot show up.
Quote:
Originally Posted by
sunchips
I just figured out how to do it by following your instructions. in my honest opinion, ckeditors instructions are GARBAGE and are getting alot of people to install it incorectly. why the complicated instructions when all they had to say was drag one folder here, and drag the other folder here. SAID AND DONE.
Could you share with me how you fix it? I am exactly facing the same problem.
I tried these in (renamed admin)/includes/configure.php, but still can only see "NONE" in HTML Editor.
define('DIR_WS_EDITORS', 'editors/ckeditor/');
and
define('DIR_WS_EDITORS', '/home/mydomain.com/public_html/cart/editors/ckeditor/');
Thanks in advance.
Re: Please, for the love of GOD HELP ME figure this out. ckeditor willnot show up.
when I enable the debug, I got this. It seems the ckeditor can't be found but I already renamed the admin folder to name same as renamed admin folder in server, and copy both includes and renamed admin folder to server.
Could you anyone give me some hints? Thanks in advance.
Array
(
[gID] => 1
[cID] => 30
)
new_editor_choice = -1
current_editor_key = 1
$_SESSION[html_editor_preference_status] = NONE
editor_handler =
Array
(
[NONE] => Array
(
[desc] => Plain Text
[handler] =>
[special_needs] =>
)
)
Array
(
[0] => Array
(
[id] => 1
[text] => Plain Text
[key] => NONE
)
)
Re: Please, for the love of GOD HELP ME figure this out. ckeditor willnot show up.
Sorry all, it is my own mistake, I fixed it. Thanks for any attention.