Posts: 6
Threads: 1
Joined: Nov 2011
2011-11-24, 18:24:41
(This post was last modified: 2011-11-25, 23:15:17 by jwestenberg.)
Hello
I have installed CMS. Everything goes well just can not under any browser (FF, Chrome, IE) to run WYSIWYG editor. When he set up, so when editing pages I can just edit the caption and options. The actual content then ever. When I turn off the WYSIWYG, so I can edit the HTML.
Do not know what the problem might be? PHP on the server is version 5.2.17.
Posts: 2,928
Threads: 195
Joined: Feb 2011
there are some posts already with non-functional editor, did you run a search here in the forum?
What is the server's health check? tell us the results, please
Posts: 32
Threads: 4
Joined: Feb 2011
FrantaB Wrote:Hello
I have installed CMS. Everything goes well just can not under any browser (FF, Chrome, IE) to run WYSIWYG editor. When he set up, so when editing pages I can just edit the caption and options. The actual content then ever. When I turn off the WYSIWYG, so I can edit the HTML.
Do not know what the problem might be? PHP on the server is version 5.2.17.
I've had similiar issue. Regardless of "Enable HTML editor" check state - pages was presented as pure HTML code and there was no WYSIWG format buttons.
I've found a bug made by me in GSCONFIG.PHP
Line:
define('GSEDITOROPTIONS', 'entities=false');
should be:
define('GSEDITOROPTIONS', 'entities:false');
If that's not your problem - try to comment lines mentioning GSEDITOR and see if it will help.
Then try to uncomment one by one and then you'll be able to locate bad one.
Posts: 6
Threads: 1
Joined: Nov 2011
2011-11-25, 04:55:31
(This post was last modified: 2011-11-25, 04:58:34 by jwestenberg.)
So I tried to install and south sites and is not displayed anywhere Editor: (Tested from other systems and browsers: (
Find attached the phpinfo
Posts: 2,928
Threads: 195
Joined: Feb 2011
FrantaB,
first to check is the server health check from inside the administration
have a look there and tell us whther all is ok or not
I am too tired to study phpinfo in the moment, and as I wrote. first server health check, please
Posts: 6
Threads: 1
Joined: Nov 2011
2011-11-25, 15:59:01
(This post was last modified: 2011-11-25, 15:59:39 by jwestenberg.)
Here everything is in order. It does not display any error. Everything is O.K.
Posts: 2,928
Threads: 195
Joined: Feb 2011
please add [SOLVED] to the topic of your first posting
Posts: 6
Threads: 1
Joined: Nov 2011
Meaning that the application does not show errors. But in fact, the editor still does not work: (... I can send you access to the administration of access to the PM?
Posts: 2,928
Threads: 195
Joined: Feb 2011
yes, do it, I will have a look this afternoon, ok?
Posts: 6
Threads: 1
Joined: Nov 2011
Sent PM. When you have time, so try to look at. Thank you.
Posts: 2,928
Threads: 195
Joined: Feb 2011
I logged in and tested
the editor (basic version) was there and fully functionable
Cheers, Connie
Posts: 6
Threads: 1
Joined: Nov 2011
2011-11-25, 22:57:43
(This post was last modified: 2011-11-25, 23:17:57 by jwestenberg.)
Already know where the problem is. If I set Czech for administration, so the problem appears. In the English version is o.k.
The error was in the wrong file translation CKEditor. Thanks so much for your advice.
Posts: 2,928
Threads: 195
Joined: Feb 2011
I am glad that is fixed for you now
I didn't know that you used czech translation file, as I once edited the german file and tested and once I had a problem with that as well
so we have to remember this as a possible cause;=)
Cheers, Connie
Posts: 1
Threads: 0
Joined: Jul 2012
Hi, I've had also the same problem and I think one thing should be mentioned a bit loudly. Once you use your language file, everything is OK. BUT - this file contains a variable CKEDITOR_LANG with a link to source of editor translation.
And here comes the problem. Your WYSIWG area disappears until you change this variable back to english or copy your local .js language file also to editor's directory.
So not only problem with some possibly corrupted language files, but also a need to check not one, but two language settings and its files
Posts: 2,928
Threads: 195
Joined: Feb 2011
hokic Wrote:Once you use your language file, everything is OK.
Hokic,
welcome here! Do you mind to add this to the WIKI?
I created a (empty) WIKI-Page for that:
http://get-simple.info/wiki/how_to:edito...figuration
I would be very grateful if you add the info there!