Hi all,
 
I have a wierd problem with CFC's.  I just moved my sites from one server to
another.  Everything works fine at the new IPs with one exception.
Where ever I have a CFC call in a page, CF 6.1 throws an error.  I double
checked that the files were moved to their same locations.  I also checked
that the paths were correct.  I stopped and started the CFMX App service in
Win 2003.  
 
FYI:  My previous path location on the server was:
c:\inetpub\singerwallcoverings
Now, the path location on the server is:
c:\inetpub\websites\singerwallcoverings
 
Here's the error message:
 
Could not find the ColdFusion Component
singerwallcoverings.store.cartLogic.logic_Components.sampleRequestCartDB.  
Please check that the given name is correct and that the component exists.  
  
The error occurred in
C:\Inetpub\websites\SingerWallcoverings\store\cartLogic\dsp_Contents\cartTal
ly.cfm: line 14
Called from
C:\Inetpub\websites\SingerWallcoverings\membersOnly\sampleRequest\index-pc.c
fm: line 21
Called from
C:\Inetpub\websites\SingerWallcoverings\membersOnly\sampleRequest\index.cfm:
line 38
 
12 : <link href="/store/cartlogic/dsp_css/cartTally.css" rel="stylesheet"
type="text/css" />
13 : 
14 : <cfinvoke
component="#REQUEST.prefix#.store.cartLogic.logic_Components.sampleRequestCa
rtDB" method="ListCartContents" returnvariable="qCartContents">
15 : 
16 : <cfswitch expression="#REQUEST.showCart#">
 
 
Thanks,
Mark




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to