V5 Thanks Isaac, this was indeed the problem, I called the custom tag like <tag /> trying to confirm with valid xml...
Thanks again.. ----- Original Message ----- From: "S. Isaac Dealey" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 2:39 PM Subject: Re: Routines cannot be declared more than once. UDF ??? > What version of CF Server? > > I know at least one way this can happen using CF 5. > > <cfinclude template="myudftemplate.cfm" /> > > The trailing slash at the end of the tag (recommended on CF MX as valid xml > syntax) causes the file to be included twice (or such was my experience). > > Otherwise, do a multifile search through the application directory and all > subdirectories for the name of the function and if that turns up nothing, > then do the same search for the name of the file containing its definition. > > s. isaac dealey 954-776-0046 > > new epoch http://www.turnkey.to > > lead architect, tapestry cms http://products.turnkey.to > > tapestry api is opensource http://www.turnkey.to/tapi > > certified advanced coldfusion 5 developer > http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 > > > > I get the following error, I tried everything, even > > putting the function in a seperate file. And the function > > is not declared twice for sure. anyone? > > Error Diagnostic Information > > > Routines cannot be declared more than once. > > > > The routine rfc has been declared twice in different > > templates. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

