Skip to main content
Participant
November 7, 2014
Question

js files not loading from /CFIDE/scripts folder in ColdFusion 11

  • November 7, 2014
  • 2 replies
  • 1656 views

We are starting to upgrade from CF 9 to CF 11 and have run across several applications that are not loading the js files that the ColdFusion UI tags use from the /CFIDE/scripts folder. Has anyone run across this issue?

    This topic has been closed for replies.

    2 replies

    Participating Frequently
    November 12, 2014

    Chad way to go, I can confirm this problem.  We have had the same problem since cf 11 came out. We also had cfcontect reset = true.  Once we removed it all cflayout and cfgrids started working again.

    Inspiring
    November 17, 2014

    Could you file a bug with a test case ?

    https://bugbase.adobe.com/index.cfm?event=home

    Tom

    WolfShade
    Legend
    November 7, 2014

    Which webserver are you using?  Built-in?  IIS?  Apache?

    Do you have the folder for scripts aliased?  (Pgs 36, 43, and 65 of http://www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf11/cf11-lockdown-guide.pdf)

    Are you sure that all files are present?  (Bug#3757544 - cfpresentation, html format, loading invalid scripts)

    Are you taking any measures to isolate the CFSCRIPTS folder from the public?  (Changing the ColdFusion CFIDE Scripts Location)

    HTH,

    ^_^

    Participant
    November 7, 2014

    We've actually narrowed this down to the cfcontent tag. We are using it in this manner <cfcontent reset="true">. Looks like in ColdFusion 9 the buffer wasn't getting completely cleared and now it is. Anyone else seen this?

    Inspiring
    November 10, 2014

    Never seen CFCONTENT failing to reset !