That error occurs when you have 2 functions on the same page with the same name. Check the includes to make sure function names are unique.
On Tue, Aug 3, 2010 at 9:53 AM, naresh ramagiri <[email protected]> wrote: > > Routines cannot be declared more than once > Hi, > > I am getting a problem while including a cfm file into another cfm file. > I am trying to include two cfm files by using cfinclude. Unfortunately both > have a function similar . It is generating an error > Routines cannot be declared more than once > Can you please help me out to fix this issue. Is there any include_once like > in PHP. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:324284 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
