Hi,
Just upgraded a site from 3.2.2 to 4.8.2, the upgrade went fine after a few tries. I'm having trouble with the Media module (which I understand is the replacement for the Image module), error details are below.
I can add the module to a page just fine, but when I go to "Edit Media Options" and select an image, set alt text etc. and press Update, the module will display the error message, same thing when I try to edit the module again, I just get the error.
I've tried uninstalling the module and then reinstalling it from the file directly from this site, this didn't work.
The error message:
Error: Media is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: MEDIAALIGNMENT ---> System.IndexOutOfRangeException: MEDIAALIGNMENT at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at DotNetNuke.Common.Utilities.CBO.GetOrdinals(ArrayList objProperties, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.HydrateObject(Object objObject, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.CreateObject(Type objType, IDataReader dr) at DotNetNuke.Common.Utilities.CBO.FillObject(IDataReader dr, Type objType, Boolean ManageDataReader) at DotNetNuke.Common.Utilities.CBO.FillObject(IDataReader dr, Type objType) at DotNetNuke.Modules.Media.MediaController.GetMedia(Int32 moduleID) at DotNetNuke.Modules.Media.MediaModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---