Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NO HTML editor
#1
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

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 13 Feb 2015 23:50:36 UTC


Message: Expected identifier, string or number
Line: 580
Char: 3
Code: 0
URI: http://amfbur66/FlightOpsHelp/admin/template/js/jquery.getsimple.js?v=3.3.5


Message: Expected identifier, string or number
Line: 336
Char: 4
Code: 0
URI: http://amfbur66/FlightOpsHelp/admin/edit.php?id=index
__________________________

The error in edit.php is right where the CKEDITOR is set up. In the jquery file, it's around function scrollsidebar.
Any suggestions?


Attached Files Thumbnail(s)
   
Reply
#2
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.
Reply
#3
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
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#4
(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.
Reply




Users browsing this thread: 1 Guest(s)