YAFLogo

cheetahtech
  • cheetahtech
  • 62.6% (Friendly)
  • YAF Camper Topic Starter
15 years ago
I guess Im doing it wrong or something? Can someone help me out? I just tried accessing the install directory and I got this error:

Failed to map the path '/forum/languages/english.xml'.

: at System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) at System.Web.Hosting.HostingEnvironment.MapPathInternal(VirtualPath virtualPath) at System.Web.VirtualPath.MapPathInternal() at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath) at System.Web.HttpServerUtility.MapPath(String path) at YAF.Classes.Utils.YafLocalization.LoadTranslation(String fileName) at YAF.Classes.Utils.YafStaticData.TimeZones(String forceLanguage) at YAF.Install._default.Page_Load(Object sender, EventArgs e) in g:\UP\forum\install\default.aspx.cs:line 61 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Can anyone help me?

Did I do the app.config wrong or am I just missing something?


At www.SpoiledTechie.com.
Sponsor
cheetahtech
  • cheetahtech
  • 62.6% (Friendly)
  • YAF Camper Topic Starter
15 years ago
Nevermind, I figured it out. I was installing the app in a different folder than root, so I had to play with App.config a bit by changing the root URL. Also had to move most of the items out of the web.config YAF provides and move them into my already created web.config.

I also moved the app.config and other .config files down to my root directory...


At www.SpoiledTechie.com.