Hi i'm using 1.6 with PHP, on my live website (but not on my test server) I get the following JS error when the editor first loads. It doesn't appear to cause any problems but looks naff. My intranet & internet use PHP 4.3.8
Char: 1
Error: Syntax error
Code:0
URL: http://www.yyyy.co.uk/fckeditor/fckeditor.html?
FieldName=case_review
Fri, 11/19/2004 - 12:50
#1
RE: Harmless Javascript Error?
The problem is fixed by commenting following two lines in the fckeditor.html file.
<!-- <script language="javascript" src="/fckeditor.config.js"></script> -->
<!-- <script language="javascript" src="/fckeditor.custom.js"></script>-->
These two javascript files are missing or probably we have to create them in order to customise the editor.