Add ons installation
Last Post 02/28/2012 9:33 PM by Peter Donker. 2 Replies.
Author Messages
octopuz
New Member
New Member
Posts:6


--
02/23/2012 6:45 AM
I have DMX 6 on my dotnetnuke, I would like to install Navigator and Comments extention for my document exchange module? How can I install that? Does it use dotnetnuke extention installation wizard? thank you
octopuz
New Member
New Member
Posts:6


--
02/24/2012 2:48 AM
I have successfully installed the navigator and comment, but when I add the comment module on the same page as the DMX Module, I get this error shown on the module:

Error: DMX Comments is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.DMX_Comments_GetCommentsByEntryAndVersion' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.DMX_Comments_GetCommentsByEntryAndVersion' 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 Bring2mind.DNN.Modules.DMX.Comments.Data.SqlDataProvider.GetCommentsByEntryAndVersion(Int32 EntryId, Int32 Version, Boolean IncludeUnapproved) at Bring2mind.DNN.Modules.DMX.Comments.CommentsController.GetCommentsByEntryAndVersion(Int32 EntryId, Int32 Version, Boolean IncludeUnapproved) at Bring2mind.DNN.Modules.DMX.Comments.Controls.Comments.BindCommentsList() at Bring2mind.DNN.Modules.DMX.Comments.Controls.Comments.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

I am using DNN 06.01.02
DMX 06.00.02 and comment 01.01.00
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
02/28/2012 9:33 PM
Can you double check the error that is mentioned? It says it can't find the stored procedure "DMX_Comments_GetCommentsByEntryAndVersion". It should be in the database. If it is not it appears it didn't install correctly. You install this as any other module in DNN using DNN's extension installer.

Peter


---