hi guys!
i'm fighting with my very first site with mojoportal. My layout.master works well with version 2.3.1.0 while in 2.3.1.9 rises errors. See below for the error log. The exception says that the file /mojovuoto/ doesn' exist, but actually 'mojovuoto' is not a file but the name of the virtual directory where i have installed the 2319 version. I get a similar message if I don't use a virtual directory (in this case i get "the file '/' doesn't exist). With version 2310 i worked with virtual directory or subdomain and in both cases with no problems.
Thanks
Sara
2009-10-25 17:11:32,847 INFO mojoPortal.Web.Global - Application Started.
2009-10-25 17:12:11,622 ERROR mojoPortal.Web.mojoBasePage - Error setting master page. Will try setting to default skin.it-IT - 169.254.63.88
System.Web.HttpException: Il file '/mojovuoto/' non esiste.
in System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
in System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
in System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
in System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
in System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
in System.Web.UI.TemplateControl.LoadControl(String virtualPath)
in mojoPortal.Web.ModuleWrapper.LoadModule()
in mojoPortal.Web.ModuleWrapper.set_ConfigureModuleId(Int32 value)
in ASP.data_sites_1_skins_suivet1_layout_master.__BuildControlmdl10()
in ASP.data_sites_1_skins_suivet1_layout_master.__BuildControldivLeft()
in ASP.data_sites_1_skins_suivet1_layout_master.__BuildControlfrmMain()
in ASP.data_sites_1_skins_suivet1_layout_master.__BuildControlTree(data_sites_1_skins_suivet1_layout_master __ctrl)
in ASP.data_sites_1_skins_suivet1_layout_master.FrameworkInitialize()
in System.Web.UI.UserControl.InitializeAsUserControlInternal()
in System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
in System.Web.UI.Page.get_Master()
in mojoPortal.Web.mojoBasePage.SetupMasterPage()
in mojoPortal.Web.mojoBasePage.OnPreInit(EventArgs e)