Hi, im getting crazy with this error.
When i execute the program it show this error in javascript:
'FCKConfig.CustomConfigurationsPath.length' is null or not an object
Any help would be great.
Greetings
When i execute the program it show this error in javascript:
'FCKConfig.CustomConfigurationsPath.length' is null or not an object
Any help would be great.
Greetings
RE: FCKConfig.CustomConfigurationsPath.length Pro
Any help, please
RE: FCKConfig.CustomConfigurationsPath.length
FCKConfig.CustomConfigurationsPath = '';
(or close to that... it's in the sample i think)
in the fckconfig.js or when you instantiate the editor.
Maybe... just a guess, really.