We have had the problem repeatedly--always forgetting to make the application name match the directory name. I have changed the application.cfm to read as follows:
<cfsilent><cfsetting enablecfoutputonly="Yes"> <!--- we will construct the application name from the directory location ---> <cfset dir = GetDirectoryFromPath(GetCurrentTemplatePath()) /> <cfset appName = ListGetAt(dir, ListLen(dir, "\")-1, "\") /> <cfapplication name="#appName#" sessionmanagement="Yes" sessiontimeout="#createTimeSpan(0,1,0,0)#"> <snip...> Maybe it will help someone. Scott Talsma CTO echo.eleven 404.845.3458 -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of akwolf (sent by Nabble.com) Sent: Thursday, March 16, 2006 4:20 PM To: [email protected] Subject: [farcry-dev] Re: Unable to view website after upgrade! I figured it out. It was because I moved it to a dev box to test out the upgrade. I needed to make sure that the site folder name was the same in the Application.cfm config file. Sorry for the trouble. -- View this message in context: http://www.nabble.com/Re%3A-Unable-to-view-website-after-upgrade%21-t1288660 c621.html#a3445117 Sent from the FarCry - Dev forum at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
