Problem with layout.master and version 2.3.1.9

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/25/2009 12:06:56 PM
Gravatar
Total Posts 3

Problem with layout.master and version 2.3.1.9

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)

10/25/2009 12:26:34 PM
Gravatar
Total Posts 3

Re: Problem with layout.master and version 2.3.1.9

ehm...EmbarassedLaughing

i saw the light just 2 minutes after having closed my previous message...
The problem was that in the layout.master i was referring a non-existent module.

Removing the line <portal:ModuleWrapper ID="mdl10" runat="server" ConfigureModuleID="10" /> resolved everything.

Thank you anyway

S

You must sign in to post in the forums. This thread is closed to new posts.