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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

