Hi and hallo,
first of all: I like this editor - it's excellent But I have a problem: I'm writing a webpage and I'm using the FCKeditor (what a surprise ). For developing I've installed Xampp for Windows on my computer and everything works fine. BUT: when I upload the scripts to my webhoster's server and open the FCKEditor, nothing appears, except the little yellow exclamation mark in the status bar saying:
Line: 123
Char: 2
Error: Object required
Code: 0
URL: http://url-to-the-fckeditor-on-my-page/ ... ar=Default
If I enable "Show Scripterrors" in the IE 7-settings the first error is:
Line: 43
Char: 664
Error: None-enclosed string constant (translated from german...)
Object: 0
URL: <same as above>
The next error is:
Line: 29
Char: 1
Error: 'FCKConfig' is undefined
Object: 0
URL: <same as above>
Then the first error appears. This happens only in Internet Explorer (6 and 7), Firefox for example works without problems... It's interesting that the "Demo" here on fckeditor.net works in IE without problems, too. Can somebody help me? Seems like a bug (maybe in the fckeditorcode_ie.js?)... But I'm not such a hacker to find a workaround
Thx for help!
Flo
Fri, 08/10/2007 - 22:30
#1
Re: IE-Problem: "Error on line 123"
I had the same problem
I realized that an extra comma was located on the assigned ToolbarSet
I forgot to erase it at the end of the array
like this
so I deleted that extra coma and no other error where found and the fckeditor worked again on IE6 or IE7
Bye
Norman
Re: IE-Problem: "Error on line 123"
Hi Norman,
in my fckconfig.js is no comma on this position - sorry But I think it's a problem like that... But I still can't find it. Any ideas?
Re: IE-Problem: "Error on line 123"
Please post a solution if anyone solved this problem. Thanks.
Re: IE-Problem: "Error on line 123"
-Matt