Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfchart

Explorer ,
Nov 08, 2012 Nov 08, 2012

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7930.html

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 08, 2012 Nov 08, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Nov 08, 2012 Nov 08, 2012

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 08, 2012 Nov 08, 2012

Yes... I'd be happy to put it in the cf10 docs but I'm not sure where to find them.  You?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 08, 2012 Nov 08, 2012

Yes... I'd be happy to put it in the cf10 docs but I'm not sure where to find them.  You?

http://bit.ly/UbMJ0S

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Nov 08, 2012 Nov 08, 2012

@Adam - You beat me to it!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 08, 2012 Nov 08, 2012

I hate you.  But yes I suppose I could have done that.  I googled cf10 + cfchart and clearly did not arrive at the cfdocs.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 08, 2012 Nov 08, 2012

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 08, 2012 Nov 08, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 09, 2012 Nov 09, 2012
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources