MY "Events Module" 03.03.08 has stopped working. I tried to uninstall it and reinstall it but I can't get it to uninstall. I get the following error:
Error: Edit Module Definition is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The transaction log for database 'car0722006575558' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases ---> System.Data.SqlClient.SqlException: The transaction log for database 'car0722006575558' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases 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.Data.SqlDataProvider.DeleteDesktopModule(Int32 DesktopModuleId) at DotNetNuke.Entities.Modules.DesktopModuleController.DeleteDesktopModule(Int32 DesktopModuleId) at DotNetNuke.Modules.Admin.ModuleDefinitions.EditModuleDefinition.cmdDelete_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
This killed all event modules on my system, so I tried reinstalling and now when I try to add an event I get the following error:
Error: Edit Event is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.EventsCategoryList' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.EventsCategoryList' 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.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Events.Data.SqlDataProvider.EventsCategoryList(Int32 PortalId) at DotNetNuke.Modules.Events.EventCategoryController.EventsCategoryList(Int32 PortalID) at DotNetNuke.Modules.Events.EditEvents.LoadCategory(Int32 Category) at DotNetNuke.Modules.Events.EditEvents.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
I have lost all of my event modules and can not replace them, any and all help will be greatly appreciated.
p.s. I am hosted on GoDaddy and am not a programmer so rember "KISS"