Seems it's trying to do a CFIMPORT somewhere to be able to call CF custom tags in the "new" prefix:tag format introduced in CFMX 6. Take a look at that code in the cffunctionwrappers.cfm to find the cfimport, and determine if the directory it points to exists. That's what CFIMPORT does: it makes all the cfml pages in that directory able to be called as custom tags in the format above. (I don't work with Farcry, so there may be some specific Farcry configuration step you've missed or has become broken, but I just don't know that aspect.) Hope that's helpful. /Charlie http://www.carehart.org/blog/
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cody Wehunt Sent: Thursday, February 22, 2007 5:03 PM To: [email protected] Subject: [ACFUG Discuss] FarCry Question I am getting the following with farcry 3.0.1 on an IIS/XP setup (Dev Box). Any ideas what I could have missed? The tag you are trying to use cannot be found within any tag libraries you have imported. Unknown tag: q4:contentobjectget. ColdFusion cannot determine how to process the tag q4:contentobjectget because the tag is unknown and not in any imported tag libraries. The tag name might be misspelled. The error occurred in C:\Inetpub\applications\farcry\farcry_core\packages\security\authentication. cfc: line 22 Called from C:\Inetpub\applications\farcry\farcry_core\packages\security\authentication. cfc: line 1 Called from C:\Inetpub\applications\farcry\farcry_core\admin\install\Application.cfm: line 45 20 : 21 : <cfcomponent displayName="Authentication" hint="Security authentication functions"> 22 : <cfinclude template="/farcry/farcry_core/admin/includes/cfFunctionWrappers.cfm"> 23 : <cfinclude template="/farcry/farcry_core/admin/includes/utilityFunctions.cfm"> 24 : Thanks Cody ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink <http://www.fusionlink.com> ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
<<attachment: image002.jpg>>
