After having a few issues in upgrading from 5 to 7 one of our users went to edit some content in an HTML module and it is all weirded out.
When clicking on a URL and then clicking the URL editor the little box would be blank and cannot be closed. Then after a few attempts to see why IE9 was having issues I opened Firefox and it appeared to be working fine.
The module is reporting it is 5.1.2 so I went in to Edit Extension and clicked on Update and got the following:
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Cannot insert duplicate key row in object 'dbo.Packages' with unique index 'IX_Packages'. The duplicate key value is (DotNetNuke Corporation, DNN_HTML, Module, <NULL>). The statement has been terminated. ---> System.Data.SqlClient.SqlException: Cannot insert duplicate key row in object 'dbo.Packages' with unique index 'IX_Packages'. The duplicate key value is (DotNetNuke Corporation, DNN_HTML, Module, <NULL>). The statement has been terminated. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() 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 PetaPoco.Database.Execute(String sql, Object[] args) at DotNetNuke.Data.DataProvider.UpdatePackage(Int32 portalID, String name, String friendlyName, String description, String type, String version, String license, String manifest, String owner, String organization, String url, String email, String releaseNotes, Boolean isSystemPackage, Int32 lastModifiedByUserID, String folderName, String iconFile) at DotNetNuke.Services.Installer.Packages.PackageController.UpdatePackage(PackageInfo package) at DotNetNuke.Modules.Admin.Extensions.EditExtension.UpdatePackage(Boolean displayMessage) at DotNetNuke.Modules.Admin.Extensions.EditExtension.OnUpdateClick(Object sender, EventArgs e) --- End of inner exception stack trace ---
Any ideas on how I can correct this?