I am having trouble with cfc's on my website

example of cfc

<cfinvoke component="rootdirectory.general.cfc.delete" method="DeleteConfirm" 
returnvariable="DeleteConfirm">
<cfinvokeargument name="record" value="#url.quote_id#"/>
</cfinvoke>

This works fine when testing the site locally on my webserver, as soon as I 
publish it to the production server, i get an error. The only way I can get it 
to work on the production server is to drop the rootdirectory of the front of 
the component path. ie.

<cfinvoke component="general.cfc.delete" method="DeleteConfirm" 
returnvariable="DeleteConfirm">
<cfinvokeargument name="record" value="#url.quote_id#"/>
</cfinvoke>

But then this doesn't work locally for me.

What am I missing?

Mark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230566
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to