Look at my post and the responses from about an hour ago... i had the same exact problem :-) Someone mentioned to create a mapping... i did and now it works.. but i didnt think i needed it.. still a bit confused.
Mike ----- Original Message ----- From: "Scott Brady" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 12:26 AM Subject: Path to CFC working on dev, not QA > On my dev site, my CFC's are in: > > wwwroot/squid/new/cfc/ > > so, when I invoke a method in login.cfc, I use the code: > <cfinvoke > component="squid.new.cfc.login" > ..... > > > and it works just fine. > > However, on my QA server, the directory structure is different in only one > respect: > wwwroot/new/cfc/ > > So, I would think this code would work: > <cfinvoke > component="new.cfc.login" > ..... > > > However, I get "Could not find the template new.cfc.login" even though I > know the file login.cfc is there. > > This should be pretty simple, but I can't figure out why it's not finding > the component. > > Any suggestions on something I might be overlooking? > > Scott > ------------------------------------------- > Scott Brady > http://www.scottbrady.net > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

