I have been using CKEditor for some years now. Recently developed a new website. On my development box everything is working fine. Copied the whole website to the internet but it doesn't work. FireBug shows the following error, pointing to ckeditor.js (row 705, col 60):
X SyntaxError: missing } after property list
...es||c.config.fileBrowserWindowFeatures)}function l(){var a=this.getDialog();a.ge...
Chrome shows the following error, refering to the same file and row:
X Uncaught SyntaxError: Unexpected token function
The Apache server on the internet is almost the same version as the one I use for development. Can this have to with the way I copied the files to the production environment? UTF-8 / ASCII issues? Binary / Text mode?
Any help would be much appreciated!!!
Kwetal
