MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Getting error on homepage - whoops !!!  (Mono Support )

Viewed 21078 time(s), 18 post(s) 12/26/2012 9:29:31 PMby super
super

super

12/26/2012 9:29:31 PM
I just installed the MonoX Nightly Builds Your current version:4.7.40.4189 (12/26/2012)

On the homepage, I am getting error - whoops !!!

I have NOT made any customization or any change.

Any way to solve the problem ? any way to see any log in database ? where I can check events / error list details ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
Zoomicon

Zoomicon

12/27/2012 12:51:52 PM
it keeps log under a subfolder
This content has not been rated yet. 
2793 Reputation 345 Total posts
khorvat

khorvat

12/27/2012 2:45:43 PM
Hi Super, Please send us an error log so we can review. Thanks
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

12/27/2012 2:47:20 PM
where I can see error log ? Is there any place in database (or any table) where all the errors get saved ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

12/27/2012 2:52:43 PM
They are saved on the disk, /monox/applicationdata/logs. Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

12/27/2012 2:56:48 PM
In the log folder for today's date I am getting this:

2012-12-27 09:54:20,085 [6] ERROR MonoX [::1] - Error
System.InvalidOperationException: Personalization is not enabled and/or modifiable. The Enabled property must be set to true, and a registered personalization provider must be selected. The current user must be granted the right to modify personalization state.
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.EnsureEnabled(Boolean ensureModifiable)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseOrDeleteWebPart(WebPart webPart, Boolean delete)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseWebPart(WebPart webPart)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseOrphanedParts()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.OnLoadComplete(EventArgs e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2012-12-27 09:54:39,832 [5] ERROR MonoX [::1] - Error
System.InvalidOperationException: Personalization is not enabled and/or modifiable. The Enabled property must be set to true, and a registered personalization provider must be selected. The current user must be granted the right to modify personalization state.
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.EnsureEnabled(Boolean ensureModifiable)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseOrDeleteWebPart(WebPart webPart, Boolean delete)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseWebPart(WebPart webPart)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseOrphanedParts()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.OnLoadComplete(EventArgs e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2012-12-27 09:54:46,102 [5] ERROR MonoX [::1] - Error
System.InvalidOperationException: Personalization is not enabled and/or modifiable. The Enabled property must be set to true, and a registered personalization provider must be selected. The current user must be granted the right to modify personalization state.
   at System.Web.UI.WebControls.WebParts.WebPartPersonalization.EnsureEnabled(Boolean ensureModifiable)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseOrDeleteWebPart(WebPart webPart, Boolean delete)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseWebPart(WebPart webPart)
   at System.Web.UI.WebControls.WebParts.WebPartManager.CloseOrphanedParts()
   at System.Web.UI.WebControls.WebParts.WebPartManager.OnPageLoadComplete(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.OnLoadComplete(EventArgs e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
This content has not been rated yet. 
6018 Reputation 709 Total posts
khorvat

khorvat

12/27/2012 3:06:42 PM
If I can recall you hav modified home page in that case you are missing your webparts. They have properties saved in the database but they are missing on the page. Can you please confirm if this is the case?
This content has not been rated yet. 
15993 Reputation 2214 Total posts
super

super

12/27/2012 3:08:57 PM
Yes, you are 100% correct..I was trying to add something on homepage.. but then when I got error message...all I did was deleted all the files again and kept the web config and added fresh downloaded files again and replaced the webconfig to use the installed database... either way..the previous database was also new so I believe it should work anyway but it is not....
This content has not been rated yet. 
6018 Reputation 709 Total posts
super

super

12/27/2012 3:11:10 PM
How this can be accomplished in latest nightly build ? http://www.mono-software.com/Mono/Pages/Discussion/dtopic/kFwEcpPuEEWm_aEdAYgKYg/How-to-move-web-parts-to-right-column-on-homepage/

I see in the new nightly build, things are different in code (in default.aspx) as compared to official release.

How to add this ? Is this correct way to add this ?

<div class="container">
            <div class="eight columns clearfix">
  
  
             <div class="container">
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_LeftPartZone %>' ID="leftPartZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm">
                    <ZoneTemplate>
                    
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
            <div class="eight columns">
                <portal:PortalWebPartZoneTableless HeaderText='<%$ Code: PageResources.Zone_RightPartZone %>' ID="rightWebPartZone" runat="server" Width="100%" ChromeTemplateFile="RightColumn.htm" ShowChromeForNonAdmins="true">
                    <ZoneTemplate>
                   
                    </ZoneTemplate>
                </portal:PortalWebPartZoneTableless>
            </div>
        </div>
This content has not been rated yet. 
6018 Reputation 709 Total posts
super

super

12/27/2012 4:44:18 PM
Once again I am getting same error message...I added the above code in default.aspx then removed it which means the default.aspx is in original state...to make sure nothing is missing...I extracted the fresh default.aspx from downloaded 4.7 nightly build and replaced with current default.aspx..

Still getting error...why monox is behaving like this ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
1 2