A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
ModuleSettings gives me null exception...
Could i be missing some vital in my skin because when i change skin it works...
And if so what?
(i've tried to strip down some components i dident need but i think one of theme bust have been vital to this page for some reason..)
(the skin is very simplistic and uses a lot of images for buttons )
What feature is on the page?
Please post the stack trace of the error.
[NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.] mojoPortal.Web.AdminUI.ModuleSettingsPage.PopulatePageList() +232 mojoPortal.Web.AdminUI.ModuleSettingsPage.PopulateControls() +576 mojoPortal.Web.AdminUI.ModuleSettingsPage.Page_Load(Object sender, EventArgs e) +159 System.Web.UI.Control.OnLoad(EventArgs e) +99 mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +36 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
You need to put this back in your layout.master file:
<asp:SiteMapDataSource ID="SiteMapData" runat="server" ShowStartingNode="false" />
Ah thankies :3
Hi,
When I try to open Admin/ModuleSettings.aspx page an exception occurs:
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] mojoPortal.Web.AdminUI.ModuleSettingsPage.PopulateCustomSettings() +102 System.Web.UI.Control.InitRecursive(Control namingContainer) +132 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1969
I use the latest version (2.3.8.5) of mojoPortal with SQL CE. All of recommended controls are placed on my layout.master.
Do you have any idea about what is the cause of this exception?
Thanks,
Ákos
My previous question was simple-minded. ModuleSettings.aspx should be supplied with identifier parameters and I forget it.
Sorry for the spam.