Ask a Question related to Coldfusion Server Administration, Design and Development.
-
seancoyne #1
CFCHART bug in CHF 2
I believe I have found a bug in the CFCHART fix for Cumulative HotFix 2
([url]http://www.adobe.com/go/kb400996[/url])
I have the following CFCHART call which works w/o the patch installed:
<cfset colors
="ff0000,00ff00,0000ff,ffff00,ff00ff,00ffff,ffcc00 ,ff00cc,f0ccf0,ccff00,cc00ff">
<cfchart showlegend="no" format="flash" tipstyle="mouseover" rotated="yes"
show3d="yes" backgroundcolor="ffffff">
<cfchartseries type="pie" query="qryGetResults" valuecolumn="numresp"
itemcolumn="answerds" colorlist="#colors#">
</cfchart>
However when I run the page with the hotfix installed it fails with a Null
Pointer Exception and indicates the the cfchartseries call is the line in
question. It does this whether I specify the colorlist attribute or not. The
query is not failing in either case, so I am pretty sure that the changes to
CFCHART in the hotfix are causing the issue.
I am not sure how to submit a formal bug to Adobe, but figured at least this
is a good start.
seancoyne Guest
-
cfchart
I have some financial templates where I use cfchart. If I use the png or jpg format the pages take about 27 seconds to load. If I use the flash... -
CFChart as JPG
Greetings, I am producing a chart (JPG) for people to use an a document, however you can't right click and save Image. Is there a way to do this.... -
cfchart help
I'm using the following to try to generate a pie chart. The first query is taking the types of roles available and the second query is supposed to... -
CF7 cfchart
Can a Gantt chart be created with version 6.1? -
Cfchart in Mx7
Hello, I've installed Coldfusion Mx7 mainly for the PDF generation. The problem is for the chart I've created in previous version. An example is... -
LL@Work #2
Re: CFCHART bug in CHF 2
Thank you.
Issue # 67929 has been logged against this behavior.
LL@Work Guest
-
dAVIDaUTUMNS #3
Re: CFCHART bug in CHF 2
Could someone help me back out of Hotfix 2 I experienced the same and lost a
whole weekend to Hotfix 2 Please could you have a look at my post in the Flash
Integration and Rich Form's fora
Thanks
Dave
dAVIDaUTUMNS Guest
-
seancoyne #4
Re: CFCHART bug in CHF 2
stop the service then go into C:\CFusionMX7\lib\updates and delete the CHF7020002.jar file. Then restart the CF service
seancoyne Guest
-
dAVIDaUTUMNS #5
Re: CFCHART bug in CHF 2
If only it was that easy seancoyne
back without Hotfix 2 my newly reinstalled CFMX 7.02 doesn't support any of my
previously working flash forms in any browser other than Firefox
:-((
The smiley above doesn't quite express how I feel at the moment
Even abobe's contact us page gives a 404 page not found error.
Still waiting for a call back from Tech Support:shocked;
dAVIDaUTUMNS Guest
-
seancoyne #6
Re: CFCHART bug in CHF 2
I dont know what web server you are on, but make sure that you have a Virtual
Folder (IIS) or an Alias (Apache) pointed at the CFIDE folder, and make sure
it is called CFIDE. If the page cannot access files at /CFIDE/scripts/...
then the flash forms will not appear
seancoyne Guest



Reply With Quote

