Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7930.html
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Do you realize that you posted a comment related to CF10 on the CF9 docs?
Copy link to clipboard
Copied
Yes... I'd be happy to put it in the cf10 docs but I'm not sure where to find them. You?
Copy link to clipboard
Copied
Yes... I'd be happy to put it in the cf10 docs but I'm not sure where to find them. You?
--
Adam
Copy link to clipboard
Copied
@Adam - You beat me to it!
Copy link to clipboard
Copied
I hate you. But yes I suppose I could have done that. I googled cf10 + cfchart and clearly did not arrive at the cfdocs.
Copy link to clipboard
Copied
I hate you. But yes I suppose I could have done that. I googled cf10 + cfchart and clearly did not arrive at the cfdocs.
Hehhehheh. Sorry. I love LMGTFY. But sorry about that.
hey, one thing I do is to bookmark this URL: https://www.google.co.uk/?q=site%3Ahelp.adobe.com%2Fen_US%2FColdFusion%2F10.0%2F, which allows me to quickly search the CF10 docs. It's a lot more accurate than doing a google, because Google mostly matches the CF8 docs for some reason. I've also got the CF8 and CF9 ones similarly bookmarked. Obviously this advice is "closing the stable door after teh horse has bolted", but in future, it'll make finding stuff in the docs easier.
--
Adam
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.