Hi community,
I'm having trouble installing modules via the Extensions part in the Host section of one of our DNN sites. The site is currently using DNN 8.0.4. We've tried installing the DNN Events module and the DNNEasyNews module and we get the following error both times. Any idea as to what the issue is and a fix for it?
SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'DNN_EventsRecurMaster' in the database. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:56940aec-4e62-4ab8-8baa-b4665396e23b Error Number:2714,State:6,Class:16 CREATE TABLE dbo.[DNN_EventsRecurMaster] ( [RecurMasterID] [int] NOT NULL IDENTITY(1, 1) , [ModuleID] [int] NOT NULL , [PortalID] [int] NOT NULL , [RRULE] [nvarchar](1000) NOT NULL , [DTSTART] [datetime] NOT NULL , [Duration] [nvarchar](50) NOT NULL , [Until] [datetime] NOT NULL , [EventName] [nvarchar](100) NOT NULL , [EventDesc] [ntext] NULL , [Importance] [int] NOT NULL , [Reminder] [nvarchar](2048) NULL , [Notify] [nvarchar](2048) NULL , [Approved] [bit] NOT NULL , [Signups] [bit] NOT NULL , [MaxEnrollment] [int] NOT NULL , [EnrollRoleID] [int] NULL , [EnrollFee] [money] NOT NULL , [EnrollType] [varchar](10) NOT NULL , [PayPalAccount] [nvarchar](100) NULL , [ImageURL] [nvarchar](100) NULL , [ImageType] [varchar](1) NULL , [ImageWidth] [int] NULL , [ImageHeight] [int] NULL , [ImageDisplay] [bit] NOT NULL , [Location] [int] NULL , [Category] [int] NULL , [TimezoneOffset] [int] NOT NULL , [SendReminder] [bit] NOT NULL , [ReminderTime] [int] NOT NULL , [ReminderTimeMeasurement] [varchar](2) NOT NULL , [ReminderFrom] [nvarchar](100) NOT NULL , [CustomField1] [nvarchar](100) NULL , [CustomField2] [nvarchar](100) NULL , [EnrollListView] [bit] NOT NULL , [DisplayEndDate] [bit] NOT NULL , [AllDayEvent] [bit] NOT NULL , [OwnerID] [int] NOT NULL , [CultureName] [varchar](10) NOT NULL , [CreatedByID] [int] NOT NULL , [CreatedDate] [datetime] NOT NULL , [UpdatedByID] [int] NOT NULL , [UpdatedDate] [datetime] NOT NULL , [DetailPage] [bit] NOT NULL , [DetailURL] [nvarchar](100) NULL , [DetailNewWin] [bit] NOT NULL )