This content has been marked as final.
Show 3 replies
-
1. Re: 'Coldfusion' is undefined - JS Error
kodemonki Jul 18, 2008 11:24 AM (in response to kodemonki)The server is IIS6
Virtual directory path: C:\Inetpub\wwwroot\CFIDE
checked things: Read, Log Visits, Index this Resource
The content comes from a 'directory located on this computer'
Execute permissions: Scripts and Executables
Under ASP.NET the file location is C:\Inetpub\wwwroot\CFIDE\web.config, but we don't use ASP, so I don't know if that would make a difference. -
2. Re: 'Coldfusion' is undefined - JS Error
kodemonki Jul 18, 2008 12:42 PM (in response to kodemonki)ahhh HA!
I had CFIDE set up as a virtual directory in one site, but not the one I was working on. Taking a gander through the CFIDE/scripts directory I saw the FCKeditor. I had used that in one of the sites! So I dump my cfwindow test code in there and voila!
So for those of you who might think that a virtual directory is serverwide, it is SITE wide!
Good luck to all! -
3. Re: 'Coldfusion' is undefined - JS Error
PegasusT4 Nov 26, 2009 10:04 AM (in response to kodemonki)Just so there is a record of this on the Adobe site...
IF you are running Apache and have virtual hosts, be sure to add the line
Alias /CFIDE "c:/inetpub/wwwroot/CFIDE"
to the virtual host list. Of course change the path c:/inetpub/wwwroot/CFIDE" to whatever is set up in the CF Administrator.
Otherwise, none of your cfform stuff will work properly, AJAX will croak, and you will get a 'Coldfusion' is undefined error.
