Hi, For some reason, DMX 5.3.3 (on DNN 5.06) gets the following error when it tries to unzip a ZIP file. I hope you can help us. If you need more information, please let me know. DotNetNuke.Services.Exceptions.ModuleLoadException: Title ---> System.IndexOutOfRangeException: Title at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at System.Data.SqlClient.SqlDataReader.get_Item(String name) at Bring2mind.DNN.Modules.DMX.Business.EntryInfo.Fill(IDataReader dr) at Bring2mind.DNN.Modules.DMX.Business.EntriesController.ᜀ(IDataReader A_0, Boolean A_1, Boolean A_2, Boolean A_3, Boolean A_4) at Bring2mind.DNN.Modules.DMX.Business.EntriesController.GetEntryByTitle(Int32 PortalId, Int32 CollectionId, String Title, String Locale, Boolean IncludePermissions, Boolean IncludeAttributes) at Bring2mind.DNN.Modules.DMX.Common.EntryUtils.UnzipZipFile(Int32 PortalId, Int32 EntryId, Int32 UserId, DMXUser User, Boolean UseNameAsFolder) at Bring2mind.DNN.Modules.DMX.Controls.EditEntry.ᜀ() at Bring2mind.DNN.Modules.DMX.Controls.EditEntry.IntermediateFinishButton_Click(Object sender, EventArgs e) --- End of inner exception stack trace --- |