I's expecting to find a component called checkout.cfc at
D:\webspace\planet\BlueGemStone\bluegemstone.com\www\checkout\checkout.cfc

Is that where it is?

And do you have a mapping for it in the coldfusion administrator?   If not,
you have to point to the component just as you do for an include, using
relative links.

YOU can verify this by temporarily putting the CFC in the same folder as the
file that calls it, and use instead:

<cfscript>
checkout = createObject("component","checkout");
</cfscript>

If I'm right about the problem, it should now find it.  Then you know the
issue is about the location and the way you're referring to it.


Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jamie
Lawrence Jenner
Sent: Thursday, 13 May 2004 11:48 PM
To: CFAussie Mailing List
Subject: [cfaussie] creating components not working!!

I have a component at 

mysite.com/checkout/checkout.cfc

[snip]



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to