Did identifying the server version solve your problem, Andrew? I'd think
not, as I'd expect instead for you to get a CFML compilation error using a
tag that's not supported by an older version.

Instead, I would wonder if the problem is really with the underlying
Javascript libraries that are used by these tags. Your host server may not
be configured properly to serve them up. What do you see if you browse
http://yourserver/CFIDE/scripts? Or more specifically,
http://yourserver/CFIDE/scripts/ajax/resources/cf/images/DateChooser.png?

Since this scripts directory is under the CFIDE directory, many admins
choose not to expose that directory, whether on one site or all sites,
because they know it holds the Admin and they don't want to expose it. But
in fact that's just one of its many subdirectories, as you can see above. 

But they don't need to "copy" the CFIDE/scripts directory (and its couple
thousand files) into each web site. Instead, they can create a "virtual
directory" in the web server (supported by both IIS and Apache) to define a
CFIDE/scripts mapping for each web site, that would then point to the
physical location of this directory somewhere on the server. (Some CF tags
also let you specifically point to an alternative directory for these
scripts, but I don't see it for CFDiv.)

Let us know if this helps. 

If not, one other problem I've heard is from people saying the debugging
output could conflict with them working--but most would expect that to
happen in the reverse of your situation, failing in development and not in
production. :-)

/charlie


> -----Original Message-----
> From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Andrew
> Johnson
> Sent: Wednesday, August 26, 2009 5:01 PM
> To: discussion@acfug.org
> Subject: RE: SPAM-MED: Re: [ACFUG Discuss] cfdiv not working on host
> but works locally
> 
> Thanks for the nice bit of info
> 
> -----Original Message-----
> From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Forrest C.
> Gilmore
> Sent: Wednesday, August 26, 2009 4:56 PM
> To: discussion@acfug.org
> Subject: SPAM-MED: Re: [ACFUG Discuss] cfdiv not working on host but
> works
> locally
> 
> FYI -- To get information on which version of CF your server is
> running,
> using this code in a CFM page
> on that server:
> <cfoutput>
> <h3>Server data</h3>
> Product: #Server.ColdFusion.ProductName#<br>
> 
> Version: #Server.ColdFusion.ProductVersion#<br>
> Level: #Server.ColdFusion.ProductLevel#
> </cfoutput>
> 
> Forrest C. Gilmore




-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to