Critical error while adding DNN 6 blog module part to a page

Sep 27

Written by:
9/27/2011 11:01 AM  RssIcon

Today I tried to add Recent blog entries blog module part to my Blog page and have got following error:

A critical error has occurred. An unexpected error has occurred

Following error is recorded in the error log:

AssemblyVersion: 6.0.1

PortalID: 0

PortalName: izvorni kod

UserID: 1

UserName: sadmin

ActiveTabID: 81

ActiveTabName: Blog

RawURL: /Blog/tabid/81/EntryId/5/GIMP-script-for-creating-Android-icons-at-once.aspx

AbsoluteURL: /Default.aspx

AbsoluteURLReferrer: http://izvornikod.com/Blog/tabid/81/EntryId/5/GIMP-script-for-creating-Android-icons-at-once.aspx

UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1

DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider

ExceptionGUID: da3ddf71-8c6e-40f9-aa10-512feb4aa9ae

InnerException: Method not found: 'DotNetNuke.Security.Permissions.TabPermissionCollection DotNetNuke.Security.Permissions.TabPermissionController.GetTabPermissionsCollectionByTabID(Int32, Int32)'.

FileName:

FileLineNumber: 0

FileColumnNumber: 0

Method: DotNetNuke.Modules.Blog.Globals.AddModDef

StackTrace:

Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'DotNetNuke.Security.Permissions.TabPermissionCollection DotNetNuke.Security.Permissions.TabPermissionController.GetTabPermissionsCollectionByTabID(Int32, Int32)'. ---> System.MissingMethodException: Method not found: 'DotNetNuke.Security.Permissions.TabPermissionCollection DotNetNuke.Security.Permissions.TabPermissionController.GetTabPermissionsCollectionByTabID(Int32, Int32)'. at DotNetNuke.Modules.Blog.Globals.AddModDef(PortalSettings PortalSettings, Int32 ModuleDefID, Int32 TabID, String paneName, Int32 position, String title) at DotNetNuke.Modules.Blog.MainView.cmdAdd_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Source:

Server Name: N1NW8SHG100


I tried to find reason for this error on the web, but there is nothing about that. I have installed DNN 6.0.0 and  decide to upgrade it to  6.0.1 but the error is still there. Then I noticed that I have Recent blog entries modules displayed on my Home page. I added it few days before using Modules menu from admin menu.  I didn't tried to remove it from the Home page and than to add it to a Blog page using Add blog module part. Maybe it will work this way but I didn't tested it. Instead I tried to add Recent blog entries blog module part to a Blog page in the same way how I added it to the Home page and it works.

So if you get same error maybe you have this module displayed on some other pages. To add it to a new page click Modules in the admin menu. Select Add Existing Module and under the Page select the page which contain it, and then add it to the page. Like on the image bellow:




Your name:
Gravatar Preview
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
CAPTCHA image
Enter the code shown above in the box below
Add Comment   Cancel 

Search Blog

Featured articles

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.

Recent Entries

Android application and the Internet
Keep my DNN site alive
Android default icons
How to format code blocks in DotNetNuke 6
How to convert date and time to text in Android

Recent Comments

Flash The Net
Izvorni kod >Blog - How to force Eclipse to rebuild generated resource class (R) in Android project ?
# Flash The Net
Great Info.
Great information you got here. I've been reading about this topic for one week now for my papers in school and thank God I found it here in your blog. I had a great time reading this.
Re: GIMP script for creating Android icons at once
Thank you for supporting me :)
Re: GIMP script for creating Android icons at once
Thank you so much! Have donated some money to you so you can buy yourself a good beer.
You deserve it!
Re: GIMP script for creating Android icons at once
Hello all,
script is updated with some new features.

Added support for:
- action bar icons
- icons with custom size
- xhdpi screen icon

I hope that there is no bugs introduced.

Enjoy