Skip to main content
itisdesign
Inspiring
September 7, 2007
Answered

404 not found: '{sitename}/CFIDE/scriptscfformhistory.cfm'

  • September 7, 2007
  • 2 replies
  • 3401 views
Anyone else seen this error? It appears to be random.

TIA!,
-Aaron Neff
    This topic has been closed for replies.
    Correct answer itisdesign
    Hi Azadi,

    It is in the auto-generated CF code for CF Flash forms. It occurs in both IE & Firefox.

    The auto-generated code contains this portion:
    historyUrl=%2FCFIDE%2Fscriptscfformhistory%2Ecfm

    I found it after I posted this message. I'll file a bug.

    Thanks!,
    -Aaron

    2 replies

    Participating Frequently
    September 11, 2007
    Hi Aaron,

    From the wosh forums I saw your mail and have logged an internal bug for the same.

    Thanks,
    Hemant
    Participant
    January 29, 2010

    This error is still occurring .. I am using CF9 and Flash 10 plug-in on Internet Explorer. To see this error, you must goto a page where you use a flash form, then right-click in any HTML section and "view source". From the text file that pops up, scroll down to the <embed> code where the flash form is referenced (e.g. 1793746389.mxml.cfswf  from your Temporary Internet Files). The source of my error occurs in the auto-generated code that is placed into the CF_RunContent(..) function. Its in the data that is being set for the flashVars. Here is the snippet:

    <script type="text/javascript" charset='utf-8'>
    CF_RunContent( '

    <object id=\'FORM_HomePASM\'

                classid=\'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\'

                codebase=\'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0\'

                width=\'982\'

                height=\'493\'> \n

    <param name=\'src\' value=\'/PASS/518186175.mxml.cfswf\'/>\n

    <param name=\'wMode\' value=\'Window\'/>\n

    <param name=\'flashVars\' value=\'historyUrl=%2FCFIDE%2Fscriptscfformhistory%2Ecfm%3F&lconid=" + lc_id +"&%5F%5FGRID%5FWorkflowAlerts%5Fcacheid=D425B18E%2DFFE8%2D03CF%2DBE912240512355F2&%5F%5FGRID%5FCustomerRequests%5Fcacheid=D425B165%2DFFE8%2D03CF%2DB9DA5537E5F77092&%5F%5FFORM%5FHomePASM%5Fcacheid=D425B1EC%2DFFE8%2D03CF%2DBD599062F00D5CEA\'/>\n

    </object>\n');
    </script>

    Participant
    March 22, 2011

    As of 3/22/11 I am still seeing the problem.  Is there a fix?

    Inspiring
    September 7, 2007
    tommyviper wrote:

    > {sitename}/CFIDE/scriptscfformhistory.cfm


    possible problem is that either mapping/virtual dir for CFIDE/scripts/,
    or the code that outputs the above line is not correct - missing a /
    after scripts. the correct path is /CFIDE/scripts/cfformhistory.cfm

    what generates the above line? i mean, is it result (cfoutput) of your
    code, or of an automated cf code (like the script html tags cf puts in
    your page when you use cfform tag)
    --

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com
    itisdesign
    itisdesignAuthorCorrect answer
    Inspiring
    September 7, 2007
    Hi Azadi,

    It is in the auto-generated CF code for CF Flash forms. It occurs in both IE & Firefox.

    The auto-generated code contains this portion:
    historyUrl=%2FCFIDE%2Fscriptscfformhistory%2Ecfm

    I found it after I posted this message. I'll file a bug.

    Thanks!,
    -Aaron