Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am guessing it has to do with setup/security on your ColdFusion server. Can you navigate to <a href="http://yourserver.com/CFIDE/GraphData.cfm" rel="nofollow">http://yourserver.com/CFIDE/GraphData.cfm</a> (replace yourserver.com with your domain)? In order for <code>&lt;cfchart&gt;</code> to work it needs access to the <code>CFIDE</code> directory (NOTE - that file does not actually exist. It is merely an alias for the ColdFusion charting).</p> <p>It also needs access to the <code>CFIDE/scripts</code> directory and the <code>CF_RunActiveContent.js</code> JavaScript file found there.</p> <p>If you view the source of your generated page (with the blank chart) you will see something like:</p> <pre><code>&lt;html&gt; &lt;head&gt;&lt;title&gt;Test&lt;/title&gt;&lt;/head&gt; &lt;body&gt; &lt;div&gt; &lt;NOSCRIPT&gt; &lt;OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,2,0" ID="Images_5281548670100005_SWF" name="Images_5281548670100005_SWF" WIDTH="575" HEIGHT="575"&gt; &lt;PARAM NAME="movie" VALUE="/CFIDE/GraphData.cfm?graphCache=wc50&amp;graphID=Images/5281548670100005.SWF"/&gt; &lt;PARAM NAME="quality" VALUE="high"/&gt; &lt;PARAM NAME="bgcolor" VALUE="#FFFFFF"/&gt; &lt;EMBED src="/CFIDE/GraphData.cfm?graphCache=wc50&amp;graphID=Images/5281548670100005.SWF" quality="high" bgcolor="#FFFFFF" WIDTH="575" HEIGHT="575" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"&gt; &lt;/EMBED&gt; &lt;/OBJECT&gt; &lt;/NOSCRIPT&gt; &lt;script type="text/javascript" charset='utf-8' src='/CFIDE/scripts/CF_RunActiveContent.js'&gt;&lt;/script&gt; &lt;script type="text/javascript" charset='utf-8'&gt; CF_RunContent('&lt;OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" \r\n codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,2,0"\r\n ID="Images_5281548670100005_SWF" name="Images_5281548670100005_SWF" WIDTH="575" HEIGHT="575"&gt;\r\n\t&lt;PARAM NAME="movie" VALUE="/CFIDE/GraphData.cfm?graphCache=wc50&amp;graphID=Images/5281548670100005.SWF"/&gt;\r\n\t&lt;PARAM NAME="quality" VALUE="high"/&gt;\r\n\t&lt;PARAM NAME="bgcolor" VALUE="#FFFFFF"/&gt;\r\n&lt;EMBED src="/CFIDE/GraphData.cfm?graphCache=wc50&amp;graphID=Images/5281548670100005.SWF" \r\n\t\tquality="high" bgcolor="#FFFFFF" WIDTH="575" HEIGHT="575" TYPE="application/x-shockwave-flash"\r\n PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"&gt;\r\n&lt;/EMBED&gt;\r\n&lt;/OBJECT&gt;'); &lt;/script&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Notice the references to the <code>CFIDE</code> directory. If that directory is not accessible the <code>&lt;cfchart&gt;</code> tag will not work correctly (you will get a blank chart).</p> <p>Two relevant discussions about this with potential work arounds:</p> <ul> <li><p><a href="http://forums.adobe.com/message/4832876" rel="nofollow">On the Adobe forums</a></p></li> <li><p><a href="http://www.bpurcell.org/blog/index.cfm?entry=998&amp;mode=entry" rel="nofollow">By Brandon Purcell</a></p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload