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 23236 time(s), 18 post(s) 26.12.2012 21:29:31by super
super

super

26.12.2012 21:29:31
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
Zoomicon

Zoomicon

27.12.2012 12:51:52
it keeps log under a subfolder
Dieser Inhalt wurde noch nicht bewertet. 
2793 Reputation 345 Total posts
khorvat

khorvat

27.12.2012 14:45:43
Hi Super, Please send us an error log so we can review. Thanks
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
super

super

27.12.2012 14:47:20
where I can see error log ? Is there any place in database (or any table) where all the errors get saved ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

27.12.2012 14:52:43
They are saved on the disk, /monox/applicationdata/logs. Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
super

super

27.12.2012 14:56:48
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)
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
khorvat

khorvat

27.12.2012 15:06:42
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?
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
super

super

27.12.2012 15:08:57
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....
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

27.12.2012 15:11:10
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>
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

27.12.2012 16:44:18
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
1 2