Trevor Holm-Laursen
eBusiness Developer, FCS
Direct: (902)463-5953
FCS (Fundy Computer Services Ltd.)
Tel 877-993-8636
Fax 902-484-5887
Email: [EMAIL PROTECTED]
Website: http://www.fcs.ca
_____
From: Trevor Holm-Laursen [mailto:[EMAIL PROTECTED]
Sent: Monday, September 20, 2004 10:02 AM
To: CF-Talk
Subject: Wierd error
Hey all,
I'm getting this error on a site:
Could not find the ColdFusion Component system.
Please check that the given name is correct and that the component exists.
Now the component is there and it works fine locally but when I upload it to
the server, it craps out. I've tried it in the same directory as the
calling template, a subdirectory using dot notation and nothing works. This
is on shared hosting but I have checked all our other sites and they are
working fine. Any ideas?
Here's my calling code that gives the error:
<cfif NOT IsDefined("Session.objUser")>
<cfobject component="user" name="Session.objUser">
</cfif>
I've also tried this:
<cfif NOT IsDefined("Session.objUser")>
<cfobject component="components.user" name="Session.objUser">
</cfif>
Trevor Holm-Laursen
eBusiness Developer, FCS
Direct: (902)463-5953
FCS (Fundy Computer Services Ltd.)
Tel 877-993-8636
Fax 902-484-5887
Email: [EMAIL PROTECTED]
Website: http://www.fcs.ca
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

