So, I've taken the same software and installed it on 5 different servers, 2 are Windows servers running IIS 6, and two are Linux servers running Apache.
I'm attempting to load a custom configuration file to change the default toolbar, so I'm setting the fckEditor.config.CustomConfigurationsPath = "/fckCustomConfig.js" before calling the create() method. (I'm using the coldfusion CFC implementation).
Anyway, the two instances being served from the Linux box work fine. The two instances being served from Windows do not load the custom configuration file. There are no javascript errors, and the file is never accessed at all according to the web server log files.
Can anyone else confirm this?
I'm attempting to load a custom configuration file to change the default toolbar, so I'm setting the fckEditor.config.CustomConfigurationsPath = "/fckCustomConfig.js" before calling the create() method. (I'm using the coldfusion CFC implementation).
Anyway, the two instances being served from the Linux box work fine. The two instances being served from Windows do not load the custom configuration file. There are no javascript errors, and the file is never accessed at all according to the web server log files.
Can anyone else confirm this?
RE: Custom Configuration File fails to load
Sorry buddy, "it's working for me" =-)

I've got it on my local XP box (apache tho...) and on linux and both local and remote load my CustomConfigs. As apache seems to be the only common denom or whatever, maybe check the IIS setup. Have you tried absolute path? Some type of security setting perhaps? Grasping at straws, but hey.
Linux is case sensitive... sheesh. Really grasping now. Well, at least you know it works on XP with Apache.
May the Force Be With You!
RE: Custom Configuration File fails to load
I've had some oddball issues myself. When trying to change the style sheet in the editor area (after creating an xml file to match my desired style sheet, and pointing to it in fckconfig.js) I found the new style sheet was not being read. Nothing I did could bring those style previews or formatted text 'live'. Except they came live once, then disappeared again. Finally I planted the new styles inside of the default css/fck_editorarea.css and they magically worked.
).
It seems as if I try to edit the existing files I get no problems, but if I try to create new files then SOMETIMES they don't want to work.
The behavior is like something is getting cached somewhere... which doesn't explain why the changes to the existing files consistently work as expected (and yes I am specifying paths correctly
RE: Custom Configuration File fails to load
RE: Custom Configuration File fails to load