Mono Support Getting error on homepage - whoops !!! 

Viewed 22841 time(s), 18 post(s), 12/26/2012 9:29:31 PM - by super
12/26/2012 9:29:31 PM
6018 Reputation 709 Total posts

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 ?

1
12/27/2012 12:51:52 PM
2793 Reputation 345 Total posts

it keeps log under a subfolder

2
12/27/2012 2:45:43 PM
15993 Reputation 2214 Total posts

Hi Super, Please send us an error log so we can review. Thanks

3
12/27/2012 2:47:20 PM
6018 Reputation 709 Total posts

where I can see error log ? Is there any place in database (or any table) where all the errors get saved ?

4
12/27/2012 2:52:43 PM
15993 Reputation 2214 Total posts

They are saved on the disk, /monox/applicationdata/logs. Regards

5
12/27/2012 2:56:48 PM
6018 Reputation 709 Total posts

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)

6
12/27/2012 3:06:42 PM
15993 Reputation 2214 Total posts

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?

7
12/27/2012 3:08:57 PM
6018 Reputation 709 Total posts

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....

8
12/27/2012 3:11:10 PM
6018 Reputation 709 Total posts

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>

9
12/27/2012 4:44:18 PM
6018 Reputation 709 Total posts

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 ?

10
1 2
This is a demo site for MonoX. Please visit Mono Software for more info.