Skip to main content
This topic has been closed for replies.

1 reply

November 8, 2012

Using cf10, cfchart does not work correctly. When using format="png" I get a x'd out image. Right click on the image to find that "MYSITEROOT/cfide/graphdata.cfm?graphCache=wc50&graphID=Images/1095013190100007.png" is not found.

Carl Von Stetten
Legend
November 8, 2012

Do you realize that you posted a comment related to CF10 on the CF9 docs?

GravityWebWorks
Participant
November 10, 2012

Will do. I still need to figure out what the deal is. I followed step 4 here: http://helpx.adobe.com/coldfusion/kb/implementing-nt-authentication-coldfusion-templates.html but still nothing. I'm assuming I need to create this jrunscripts virtual directory. Not sure.


I had a similar problem. It turned out to be I had a rule in web.config that added a trailing slash to directories (for seo and other purposes). Since /cfide/graphdata.cfm doesn't physically exist on the site, IIS was adding a trailing slash.