I have never been able to get version 3 of the wysiwyg editor to work, and I have been working on it today; trying to figure it out.
I had help before, but it never lead to a solution. For starters, I have always this error:
Microsoft VBScript runtime error '800a004c' Path not found D:\INETPUB\WWWROOT\LATC\ADMIN\../CkEditor/ckeditor.asp, line 216
This points to a path issue relating to the smiley face icons. I started by commenting out the lines that dealt with the smiley icons to get around this issue, and when I finally did, it still did not work but it lead me to this new error:
CKEditor path validation failed The path "../CkEditor/" doesn't include the CKEditor main file (ckeditor_source.js) Please, verify that you have set it correctly and/or adjust the 'basePath' property Checked for physical file: "D:\inetpub\wwwroot\latc\CkEditor\ckeditor_source.js"
I did a file search through the entire site structure, and the file ckeditor_source.js is nowhere to be found. It appears that this file is NOT installed with the rest of the files for the CkEditor.
So, my question is - could this be the reason I have never gotten the extension to work? It would seem that one of the files needed for it to work is missing. I checked the basepath URL and it is correct (editor_1.basePath = "../CkEditor/")
Please advise. |
|
|