I am using CKEditor and CKFinder on my PHP-based website, and I have a single form with three different editor instances, each with a custom config file (because the height and menus of each of the three editors is different). Everything works fine when CKEditor loads properly, but about 80 percent of the time one or more of the editors does not load at all. This is true in every browser (IE, Firefox, Chrome).
I can see the javascript error being generated is:
SCRIPT5007: Unable to get value of the property 'length': object is null or undefined
ckeditor.js, line 93 character 246
Anyone have any idea how to fix this? Thanks in advance.
I can see the javascript error being generated is:
SCRIPT5007: Unable to get value of the property 'length': object is null or undefined
ckeditor.js, line 93 character 246
Anyone have any idea how to fix this? Thanks in advance.