I'm not sure if you're getting the same issue as me (v.1.4), but when unzip the files, place the standard block of <CFMODULE> code in my .cfm page, I get a "Syntax Error" when I load the page.
It's clearly a FCK editor issue, since when I comment out the <CFMODULE> call, the error goes away. I even tried creating a test .cfm page that ONLY had the <CFMODULE> call on it, no other coe whatsoever. Same error:
Syntax Error - Line 31, Char 5 /fckeditor/fckeditor.cfm?fieldName=newEntry
That said, it's just annoying to see the error in the corner of the browser window. The editor still works like a champ. Any ideas?
RE: How can i fix de JavaScript Errors
It's clearly a FCK editor issue, since when I comment out the <CFMODULE> call, the error goes away. I even tried creating a test .cfm page that ONLY had the <CFMODULE> call on it, no other coe whatsoever. Same error:
Syntax Error - Line 31, Char 5
/fckeditor/fckeditor.cfm?fieldName=newEntry
That said, it's just annoying to see the error in the corner of the browser window. The editor still works like a champ. Any ideas?
RE: How can i fix de JavaScript Errors
Then i started a new php file with simply one include, with a standard configuration (copied from test.php) an got the same error.
Indeed, editor works like a champ, but that little yellow bastard in the corner... somebody??
RE: How can i fix de JavaScript Errors