﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
665	CF: CustomConfigurationsPath won't load on Windows/IIS	anonymous		"This bug report refers to fckEditor version 2.0 FINAL
RELEASE.

fckEditor doesn't load the customconfigurationspath file
specified when the server platform is Windows with IIS.
The file is never requested - no entries appear in the log
files. I've tested it on two seperate Windows/IIS servers,
and one Linux server.

I've tried clearing my cache and everything, but the file
is simply never requested.

The exact same code works flawlessly when installed
on a Linux server with Apache.

Here's part of my implementation code:

<cfset fckEditor.config.CustomConfigurationsPath =
""/fck_toolbarSet.js"">
<cfset fckEditor.toolbarSet = ""BlogCFMDefault"">
<cfset fckEditor.create()>

Here is my /fck_toolbarSet.js file:

{{{
FCKConfig.ToolbarSets[""BlogCFMDefault""] = [
['Source','-'],
['Cut','Copy','Paste','PasteText','PasteWord','-
','SpellCheck'],
['Undo','Redo','-','Find','Replace','-
','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-
','Subscript','Superscript'],
['OrderedList','UnorderedList','-
','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','Justif
yFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialC
har','UniversalKey'],
['Form','Checkbox','Radio','TextField','Textarea'
,'Select','Button','ImageButton','HiddenField'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['About']
] ;

alert('Loaded');
}}}

In the version I have installed on my Linux server, when I
load the page with the editor, the alert box displays and
the toolbar displays.

The same code when run on Windows/IIS generates no
alert, and and the toolbar doesn't display. A javascript
popup says there is no such toolbar set (obviously,
because it didn't load the configuration file!)

This isn't critical, but it forces me to edit the actual
configuration file, which I'd rather not do.

What's wrong?
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1241329&group_id=75348&atid=543653"	Bug	closed	Normal		Server : ColdFusion		invalid	Pending WorksForMe	Frederico Caldeira Knabben
