Hi guys!
I'm (re)new at DNN. The last time I worked with DNN it was around 3.x.
If this error has been solved in earlier posts I apologize. I have tried to search but has not been able to find anything.
I installed Blog 5.0 beta 2 on a brand new DNN 6.2. But when I try to create blog entrys i get the following messages:
Method not found:
DotNetNuke.Services.Journal.JournalItem
DotNetNuke.Services.Journal.JournalController.Journal_GetByKey(Int32, System.String)'.
And when click on a day in the calendar for the blog it says:
System.InvalidOperationException:
The stored procedure 'dbo.Blog_GetEntriesByDay' doesn't exist.
at System.Data.SqlClient.SqlCommand.DeriveParameters()
at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter)
at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
at DotNetNuke.Modules.Blog.Providers.Data.SqlDataProvider.GetEntriesByPortal(Int32 PortalID, DateTime BlogDate, String BlogDateType, Int32 PageSize, Int32 CurrentPage, Boolean ShowNonPublic, Boolean ShowNonPublished)
at DotNetNuke.Modules.Blog.Components.Controllers.EntryController.GetEntriesByPortal(Int32 PortalID, DateTime BlogDate, String BlogDateType, Int32 PageSize, Int32 CurrentPage, Boolean ShowNonPublic, Boolean ShowNonPublished)
at DotNetNuke.Modules.Blog.ViewBlog.Page_Load(Object sender, EventArgs e)
When I look in the database i dont have a stored procedure called dbo.Blog_GetEntriesByDay
Is there any configuration I have to do to use Blog module or is it supposed to work straight out of the box?
Regards
Johan