Posts: 5
Threads: 1
Joined: Sep 2016
2016-09-15, 16:13:32
(This post was last modified: 2016-09-19, 16:55:46 by eldes.)
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"
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
Posts: 6,266
Threads: 181
Joined: Sep 2011
Check your browser console for js errors
Posts: 3,491
Threads: 106
Joined: Mar 2010
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
Posts: 5
Threads: 1
Joined: Sep 2016
2016-09-16, 06:57:13
(This post was last modified: 2016-09-16, 06:57:49 by eldes.)
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
Posts: 5
Threads: 1
Joined: Sep 2016
2016-09-16, 07:51:24
(This post was last modified: 2016-09-16, 07:51:57 by eldes.)
(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.
Posts: 90
Threads: 5
Joined: Oct 2015
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
Posts: 6,266
Threads: 181
Joined: Sep 2011
Ckeditor missing is almost always a js error
Posts: 3,491
Threads: 106
Joined: Mar 2010
@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.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Posts: 5
Threads: 1
Joined: Sep 2016
(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.
Posts: 6,266
Threads: 181
Joined: Sep 2011
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.
Posts: 5
Threads: 1
Joined: Sep 2016
(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.