> I've been having some issues with the charting engine. 
> Nothing shows up and/or I get a broken image icon when 
> generating a chart. The chart does exist in the chart 
> cache dir.
> 
> The chart path looks like this 
> CFIDE/GraphData.cfm?graphID=Images/100004.JPG. I looked 
> in the CFIDE directory and also searched my entire 
> harddrive. This GraphData.cfm file does not exist on my 
> system! Can someone please send me a copy of this file.
> 
> FYI, I never deleted this file and this is a new clean 
> install.

You don't need a copy of that file - you can create it yourself, if you need
it.

By default, there is no such file. If you're using IIS and CF MX with their
default settings, the file isn't needed, because IIS doesn't check for the
existence of the file before passing the request to CF, and CF doesn't
actually use the file. This is similar in behavior to the file used by RDS,
/CFIDE/Main/ide.cfm, which doesn't exist (at least not where it should be)
on most CF installs.

If you've enabled the option in IIS to check for a file's existence before
passing the request to CF, then you'd need the file. Just create a file in
your CFIDE directory, and put an HTML comment in it, and save it as
GraphData.cfm.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to