CFCHART bug in CHF 2

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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....
    3. 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...
    4. CF7 cfchart
      Can a Gantt chart be created with version 6.1?
    5. 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...
  3. #2

    Default Re: CFCHART bug in CHF 2

    Thank you.
    Issue # 67929 has been logged against this behavior.
    LL@Work Guest

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139