NO HTML editor - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: NO HTML editor (/showthread.php?tid=7092) |
NO HTML editor - kaborka - 2015-02-14 New install of GS running on client's IIS6 Windows Server 2003 (can't be upgraded), with PHP 5.4 running with FastCGI. Everything seem to be working except the HTML editor. All I'm getting is a text editor. Admin user has HTML edit option checked. IE8 browser reports script errors: Code: Webpage error details The error in edit.php is right where the CKEDITOR is set up. In the jquery file, it's around function scrollsidebar. Any suggestions? RE: NO HTML editor - kaborka - 2015-02-14 Solved: It seems that CKEditor does not like IE8. I accessed the GS installation using the current FireFox, and the editor works just fine. We'll have to do the page edits from a different machine, because the web server is on VMware, and neither FF nor Chrome will work in VMware. RE: NO HTML editor - shawn_a - 2015-02-14 That is where editor options gets inserted, IE complains about extra commas alot. There is probably an extra comma after the last option or in your toolbar config. var htmlEditorConfig = { language : 'en', height : '500px', baseHref : '/dev/getsimple/develop/' ,toolbar: 'advanced' }; what does your toolbar look like , more than likely this is not a core problem but a plugin or your gseditor settings. also ie8 ? dayam thats old RE: NO HTML editor - kaborka - 2015-02-17 (2015-02-14, 11:02:00)shawn_a Wrote: also ie8 ? dayam thats old Customer is still running Server 2003. Fortunately, they've upgraded their workstations to Win7. They can use IE10 or FF to work on the GS site. Thanks. |