Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogProblem with RC 4.0Problem with RC 4.0
Previous
 
Next
New Post
2/25/2010 12:33 PM
 

Hello I am Testing RC 4.0 on my Fresh DNN 05.02.02 Install.

I add the Blog to one page without problems. If I add the Blog module to a second page I receive the following error:. I'll add that that I tried different skins/containers and this does not seem to be the issue.

AssemblyVersion: 5.2.2
PortalID: 0
PortalName: Oxford Wildcat Boosters Club
UserID: 1
UserName: host
ActiveTabID: 93
ActiveTabName: Test
RawURL: /Sports/Test.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://oxfordboosters.com/Sports/Test/tabid/93/ctl/Module/ModuleId/461/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.3; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f1b9676a-f80b-480e-84b3-f0b3592b59d2
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions() at DotNetNuke.UI.Containers.ActionButtonList.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: WEB24

 
New Post
2/26/2010 3:47 PM
 
The error previous to this has to do with Primary Keys. Is the RC 4 only meant to have one instance per portal? Is this Blog active? AssemblyVersion: 5.2.1 PortalID: 0 PortalName: JEL Technology LLC of Oxford, Michigan UserID: 1 UserName: host ActiveTabID: 71 ActiveTabName: Test 3 RawURL: /Test3.aspx AbsoluteURL: /Default.aspx AbsoluteURLReferrer: http://jeltechnology.com/Test3.aspx UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.3; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2) DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: c1061dcc-76a0-48de-9568-6794a7722048 InnerException: Violation of PRIMARY KEY constraint 'PK_Blog_Settings'. Cannot insert duplicate key in object 'dbo.Blog_Settings'. The statement has been terminated. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.Data.SqlClient.SqlConnection.OnError StackTrace: Message: System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_Blog_Settings'. Cannot insert duplicate key in object 'dbo.Blog_Settings'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Blog.Data.SqlDataProvider.UpdateBlogModuleSetting(Int32 PortalID, Int32 TabID, String Key, String Value) at DotNetNuke.Modules.Blog.Settings.BlogSettings..ctor(Int32 PortalID, Int32 TabID) at DotNetNuke.Modules.Blog.Settings.BlogSettings.GetBlogSettings(Int32 PortalId, Int32 TabId) at DotNetNuke.Modules.Blog.ForumBlog.Utils.isForumBlogInstalled(Int32 PortalID, Int32 TabID, Boolean checkNew) at DotNetNuke.Modules.Blog.BlogList.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content) at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Modules.ModuleHost.get_ModuleControl() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo objModule) Source: Server Name: WEB24
 
New Post
2/27/2010 5:45 PM
 

OK I found a Fix.

The Primary Key on the dbo.Blog_Settings must be modified to include TabID.  Now the PK is logical and this issue seems to be resolved.  I had not tested any possible bad effects, but I don't think there should be any.

Is anyone testing RC 4?  There seems to be little activity.  The latest version is Awesome.

-Jason

 
New Post
2/27/2010 8:00 PM
 

 

I agree - the newest version is great.
Big thanks to the module development people for all the effort. There are still few minor bugs but I am sure with time those will be resolved.
One thing I noticed is that the recent comments displays html code when there are <br /> in the comment - is it me or does anyone else has this problem.

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogProblem with RC 4.0Problem with RC 4.0


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out