• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

Engaged ,
Sep 07, 2007 Sep 07, 2007

Copy link to clipboard

Copied

Anyone else seen this error? It appears to be random.

TIA!,
-Aaron Neff

Views

3.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Sep 07, 2007 Sep 07, 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

Votes

Translate

Translate
LEGEND ,
Sep 07, 2007 Sep 07, 2007

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Sep 07, 2007 Sep 07, 2007

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 09, 2007 Sep 09, 2007

Copy link to clipboard

Copied

good idea! nice find.

--

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Sep 11, 2007 Sep 11, 2007

Copy link to clipboard

Copied

Hi Aaron,

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

Thanks,
Hemant

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 29, 2010 Jan 29, 2010

Copy link to clipboard

Copied

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>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 22, 2011 Mar 22, 2011

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 17, 2012 Aug 17, 2012

Copy link to clipboard

Copied

I'm getting it in ColdFusion 10 too, which means this bug - a simple typo - is approaching it's 3rd birthday with no love.

What a slow ship you've built. Is this why the user base is all jumping overboard for the open source CFML motorboats?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 10, 2014 Feb 10, 2014

Copy link to clipboard

Copied

LATEST

Hi Hemant,

Any update on the fix for this issue? I am currently on Coldfusion 10 Update 12 (Windows) and am still seeing this error for flash forms. Here's the details from the Firebug console:

404 Not Found - http://mydomain.com/CFIDE/scriptscfformhistory.cfm

This error is generated for tabbed flash forms when clicking to access the different tabs.

Would appreciate an update and advice on fixing the error.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation