Hi flo84, 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
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'], <--- here is the 'dam' comma
] ;
so I deleted that extra coma and no other error where found and the fckeditor worked again on IE6 or IE7
For some reason it is the /public_html/fckeditor/editor/css/fck_editorarea.css that I modified that was causing these errors in IE. Try using the original fck_editorarea.css file (and clear the temp internet files in IE) to see if it resolves the issue.
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"
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