it'll probably be related to where your CFCs are in relation to the /
mapping in ColdFusion differing between local/live environments.

In your local environment it would appear you are building a site in
the 'rootdirectory' folder which is in the webroot, usually mapped to
a / CFmapping. Your live environment is probably web mapped straight
into rootdirectory...so there reference to rootdirectory is invalid,

hope that helps,

john.

On 1/27/06, Mark Flewellen <[EMAIL PROTECTED]> wrote:
> 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:230567
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