I recently moved my site http://www.stjerneporten.com to a new host. Everything went well except that I can't access post with attachments in my forum. I get the following error message:
[InvalidCastException: Object must implement IConvertible.]
System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) +2560525
System.Convert.ChangeType(Object value, Type conversionType) +38
DotNetNuke.Common.Utilities.CBO.HydrateObject(Object objObject, IDataReader dr) +909
DotNetNuke.Common.Utilities.CBO.CreateObject(Type objType, IDataReader dr) +80
DotNetNuke.Common.Utilities.CBO.FillCollection(IDataReader dr, Type objType) +53
NetTech.NTForums.AttachController.NTForums_GetAttachments(Int32 PostID) +46
NetTech.NTForums.TopicBuilder.GetAttachments(Int32 PostID, Boolean AllowAttach, Int32 PortalID, Int32 ModuleID) +250
NetTech.NTForums.TopicBuilder.ParseTemplate(Int32 PortalID, Int32 UserID, String Template, PostInfo myPostInfo, Int32 ModuleID, Int32 TabID, Boolean IsMod, ForumInfo ForumInfo, Boolean IsLocked, Int32 RowCount) +6030
NetTech.NTForums.TopicBuilder.ParseReplies(String Template, Int32 PortalID, Int32 ForumID, Int32 TopicID, Int32 ModuleID, Int32 TabID, Boolean IsMod, Int32 PageIndex, String Sort, Int32 PageSize, ForumInfo ForumInfo, Int32 UserID, Boolean IsLocked) +333
NetTech.NTForums.TopicBuilder.BuildTopic(Int32 TopicTemplateID, Int32 PortalID, Int32 ForumID, Int32 TopicID, Int32 ModuleID, Int32 TabID, Int32 UserID, Boolean IsMod, Int32 PageIndex, String Sort, ForumInfo ForumInfo, PostInfo myPostInfo, AF_TopicView pModule) +2718
NetTech.NTForums.AF_TopicView.BindTopic(PostInfo PostInfo) +497
NetTech.NTForums.AF_TopicView.Page_Init(Object sender, EventArgs e) +1540
I've checked out everything I can think of, but I can't figure this one out.
Can anyone shed a light in this?
/Eirik