Skip to main content
This topic has been closed for replies.

3 replies

Participant
September 28, 2012

I ran out of query string allowed length. it says: HTTP Error 404.15 - Not Found

The request filtering module is configured to deny a request where the query string is too long.

Is there a way to bind cfc with HTTP form post method??

Inspiring
May 21, 2012

In Support for CFCs outside webroot it states:

In addition to accessing CFCs using relative or absolute path, you can also use any of the following methods to access CFCs:

logical mappings (defined in the ColdFusion Administrator)

Yet when I try that I get the error:

The path to the CFC must be specified as a full path, or as a relative path from the current template, without the use of mappings.

My version of CF from the Administrator page is:

Version 9,0,1,274733

What am I missing?

WolfShade
Legend
September 28, 2012

I've been having this same problem.  Not sure how I fixed it, but try A) to make sure the mapping is in CF Admin; B) the folder and file have at least read and execute permissions for the account logging on to run CF; and 3) that you are using forward slashes as folder delimiters (ie, "/mapped/path/to/file.cfm").

^_^

Inspiring
March 25, 2012

I think the line:

{mygrid.id@none}"onSuccess="ColdFusion.Grid.refresh('mygrid', true)">

is missing a ")' and a comma. I think the line should read:

{mygrid.id@none})",onSuccess="ColdFusion.Grid.refresh('mygrid', true)">.