2011-11-25, 04:23:54
FrantaB Wrote:HelloI'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 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 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.