If you're on IIS, make sure to UNcheck "Verify that file exists":
 
Go to IIS and open your site properties. Click on the "home directory" tab and then click on the configuration button. If you have a typical setup you should see the Jrun wildcard entry in the bottom list box. Select this entry and click on "edit". There is a checkbox that says "verify that file exists".
 
/m

: Hey all,
:   
: I am troubleshooting an instance of the <cfchart> tag in one of my clients
:  applications. I am not familiar with the use of this tag at all but, in a
:  nutshell, the tag appears to be syntactically correct and the requested data
:  exists at the time of the call but the chart never appears and there doesnt
:  seem to be any attempt, failed or otherwise, to write source code to generate
:  it. Here is the snippet with the <cfchart> call:
:   
: <cfchart format="flash" xaxistitle="Date" yaxistitle="Views" chartwidth="450"
:  show3d="true" title="Tour Views Per Day" name="statChart">
:                 <cfchartseries type="bar"  
:                                 itemcolumn="Date"
:                                 valuecolumn="View" >
:                                                 <cfoutput
:  query="getHits"><cfchartdata item="#DateFormat(stats_date, 'mm/dd/yy')#"
:  value="#TotalHits#"></cfoutput>
:                 </cfchartseries>
: </cfchart>
:   
: I dumped the query variable that contains the value requested in the
:  <cfchartdata> and it does exist when this tag is called. I can find no errors
:  being thrown either in the CF administrator or in the applications error
:  handing system. The chart does not appear in any browser.
:   
: Any ideas?
:   
: Troy Jones
: Dynapp Support Team
: 678-528-2952
:   




----------------------- Original Message -----------------------
  
From: "Troy Jones" <[EMAIL PROTECTED]>
Date: Fri, 24 Oct 2008 15:27:18 -0400
Subject: [ACFUG Discuss] cfchart
  

Hey all,

 

I am troubleshooting an instance of the <cfchart> tag in one of my client’s applications. I am not familiar with the use of this tag at all but, in a nutshell, the tag appears to be syntactically correct and the requested data exists at the time of the call but the chart never appears and there doesn’t seem to be any attempt, failed or otherwise, to write source code to generate it. Here is the snippet with the <cfchart> call:

 

<cfchart format="flash" xaxistitle="Date" yaxistitle="Views" chartwidth="450" show3d="true" title="Tour Views Per Day" name="statChart">

                <cfchartseries type="bar"

                                itemcolumn="Date"

                                valuecolumn="View" >

                                                <cfoutput query="getHits"><cfchartdata item="#DateFormat(stats_date, 'mm/dd/yy')#" value="#TotalHits#"></cfoutput>

                </cfchartseries>

</cfchart>

 

I dumped the query variable that contains the value requested in the <cfchartdata> and it does exist when this tag is called. I can find no errors being thrown either in the CF administrator or in the application’s error handing system. The chart does not appear in any browser.

 

Any ideas?

 

Troy Jones

Dynapp Support Team

678-528-2952

 

 


-------------------------------------------------------------
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 FusionLink
------------------------------------------------------------- ------------------------------------------------------------- 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