GetSimple Support Forum
SOLVED ckeditor doesn't appear - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: SOLVED ckeditor doesn't appear (/showthread.php?tid=8719)



ckeditor doesn't appear - eldes - 2016-09-15

Hello guys,

I've just solved the problem

The solution consist of disabling I18N & I18N Search Plug-ins.


Please delete this thread

========================================================

Hello guys,

First of all I need to congrats you,
I'm using your Script since many years now.

Today,  I'm making this thread to report a problem with "Ckeditor"
[Image: image.png]

I tried to upgrade it manually but don't work.

Could anyone help me out?
The Script manages more than 400 pages inside the site.


Thanks,
Kind regards, Eldes


RE: ckeditor doesn't appear - shawn_a - 2016-09-15

Check your browser console for js errors


RE: ckeditor doesn't appear - Carlos - 2016-09-16

Check data/other/logs/errorlog.txt for errors, or turn debug mode on and check for error output on the page
http://get-simple.info/wiki/debugging


RE: ckeditor doesn't appear - eldes - 2016-09-16

Quote:[12-Sep-2016 09:59:46 America/Argentina/Buenos_Aires] PHP Warning:  Invalid argument supplied for foreach() in /home/ivomaqco/public_html/plugins/i18n_navigation/frontend.class.php on line 87

[12-Sep-2016 10:01:52 America/Argentina/Buenos_Aires] PHP Warning:  rmdir(/home/ivomaqco/public_html/data/thumbs/nl/mortajadorasybrochadoras/minganti-sm-160): Directory not empty in /home/ivomaqco/public_html/admin/deletefile.php on line 69

These lines are the last lines on my errorlog


RE: ckeditor doesn't appear - eldes - 2016-09-16

(2016-09-16, 01:57:12)Carlos Wrote: Check data/other/logs/errorlog.txt for errors, or turn debug mode on and check for error output on the page
http://get-simple.info/wiki/debugging

Check Out this "errorlog"
http://pastebin.calculate-linux.org/en/raw/12905


Let me know what I could do.


RE: ckeditor doesn't appear - zekoolweb - 2016-09-16

Hello, i think this may come from permissions, as i had the same problem, 
my hoster config was 755 folders and 644 files.


Hope this can help you.
Try to ask your hoster giving them credentials.


bye


RE: ckeditor doesn't appear - shawn_a - 2016-09-16

Ckeditor missing is almost always a js error


RE: ckeditor doesn't appear - Carlos - 2016-09-18

@shawn_a But it's not only ckeditor missing - by the screenshot it seems the edit page is broken: no save button, no sidebar...

@eldes I suggest you try enabling debug mode (remove the # from the GSDEBUG line in the root gsconfig.php file) and check if you get any error in the edit page screen. The error may not be visible, you'll have to check the page in source code view.


RE: ckeditor doesn't appear - shawn_a - 2016-09-18

ah i see that now


RE: ckeditor doesn't appear - eldes - 2016-09-19

(2016-09-18, 19:47:01)Carlos Wrote: @shawn_a But it's not only ckeditor missing - by the screenshot it seems the edit page is broken: no save button, no sidebar...

@eldes I suggest you try enabling debug mode (remove the # from the GSDEBUG line in the root gsconfig.php file) and check if you get any error in the edit page screen. The error may not be visible, you'll have to check the page in source code view.

First of all, Thank you to all.
I really appreciate your time.


I've just made the backup of all files, themes & plugins.
I'm going to re-install the Script or I will change my hosting provider.


RE: ckeditor doesn't appear - shawn_a - 2016-09-19

What was the problem ?

"disabling I18N & I18N Search Plug-ins" is not really a solution, something else is causing fatal errors.
That something is usually fixable.

your errorlog should say the problem, maybe also check your GS error log and host error log
PHP Warning and notice can be ignored usually as they do not cause major issues, or any when debug is disabled.


RE: ckeditor doesn't appear - eldes - 2016-09-21

(2016-09-19, 23:48:24)shawn_a Wrote: What was the problem ?

"disabling I18N & I18N Search Plug-ins" is not really a solution, something else is causing fatal errors.
That something is usually fixable.

your errorlog should say the problem, maybe also check your GS error log and host error log
PHP Warning and notice can be ignored usually as they do not cause major issues, or any when debug is disabled.


I think was a compatibility error with plugins and Script version.
Maybe functions not available

With both disabled, I could use the Script normal without any error.