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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

