On 3/1/06, Mark Kecko <[EMAIL PROTECTED]> wrote: > I assumed both apps could share the same fb4.1 core files and everything > works fine in development mode. However, when I put APP1 (version1) > into production mode APP2 breaks.
At a guess, you have the same ColdFusion application name for both of these apps? You can't do that with Fusebox 4.x - only one Fusebox app can exist within a single ColdFusion application. Or, put another way, each Fusebox app must have a different <cfapplication> name. Fusebox 5 will solve that problem, BTW. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6866 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
