I hope someone can help me on this issue – Every time I add an event I get this error message
I have discussed this with my hosting agent and they say it is a DNN issue as there is plenty of allocated space on my server.
Cheers Rory
Error: Edit Event is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not allocate space for object 'dbo.EventsRecurMaster'.'PK_EventsRecurMaster' in database 'expatoasis_c_tulb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. ---> System.Data.SqlClient.SqlException: Could not allocate space for object 'dbo.EventsRecurMaster'.'PK_EventsRecurMaster' in database 'expatoasis_c_tulb' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (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.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Events.Data.SqlDataProvider.EventsRecurMasterSave(Int32 RecurMasterID, Int32 ModuleID, Int32 PortalID, String RRULE, DateTime DTSTART, String Duration, DateTime Until, String EventName, String EventDesc, Int32 Importance, String Notify, Boolean Approved, Boolean Signups, Int32 MaxEnrollment, String EnrollRoleID, Double EnrollFee, String EnrollType, String PayPalAccount, String PayPalPassword, Boolean DetailPage, Boolean DetailNewWin, String DetailURL, String ImageURL, String ImageType, Int32 ImageWidth, Int32 ImageHeight, Boolean ImageDisplay, Int32 Location, Int32 Category, String Reminder, Int32 TimezoneOffset, Boolean SendReminder, Int32 ReminderTime, String ReminderTimeMeasurement, String ReminderFrom, String CustomField1, String CustomField2, Boolean EnrollListView, Boolean DisplayEndDate, Boolean AllDayEvent, String CultureName, Int32 OwnerID, Int32 CreatedByID, Int32 UpdatedByID) at DotNetNuke.Modules.Events.EventRecurMasterController.EventsRecurMasterSave(EventRecurMasterInfo objEventRecurMaster) at DotNetNuke.Modules.Events.EditEvents.UpdateProcessing(Int32 ProcessItem) at DotNetNuke.Modules.Events.EditEvents.updateButton_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---