Skip to main content
Inspiring
October 10, 2008
Question

CFC Path works on dev but not in production

  • October 10, 2008
  • 1 reply
  • 242 views
I'm trying to do the following:

Try: invoke CFC_A, which includes qry.cfm, which invokes CFC_B

Could not find the ColdFusion Component or Interface cfc_path_here
- Ensure that the name is correct and that the component or interface exists.

In production, it doesn't work whereas on my local dev it works. Obviously, it's a server configuration thing, I'm just not sure what it actually is.

In some cases, replacing the full cfc path, by just the cfc name instead resolved it. This was where CFC_A would invoke CFC_B (without the *.cfm middleman).

Edit: both sites have the same file structure tree after the Coldfusion/IIS root.
    This topic has been closed for replies.

    1 reply

    Inspiring
    October 10, 2008
    It sounds like you have a custom tag path or a CF mapping missing.

    Posting - rather than paraphrasing - the error might help. As well as
    posting - rather than describing - the code.

    --
    Adam

    (clumsy paragraph there, sorry: it's Friday night)