Crispy wrote
I just finished testing the current code against the DNN 5 beta to make sure it still works. I have some testing to finish but then it will be sent through the release process.
It has gotten so bad on our site, that I can no longer moderate posts. It crashes everything, so I've had to turn off moderation and just let users post. The error I'm getting is below. And we are erroring out 2-10 times hour. We are running dnn 4.8.4.
Any suggestions on how to help this?
Tom
Method: System.Web.Caching.CacheEntry..ctor
StackTrace:
Message: System.Exception: Unhandled Error: ---> DotNetNuke.Services.Exceptions.PageLoadException: Error: Moderate Posts is currently unavailable. ---> DotNetNuke.Services.Exceptions.ModuleLoadException: Error: Moderate Posts is currently unavailable. ---> System.Reflection.TargetInvocationException: Property accessor 'ForumID' on object 'DotNetNuke.Modules.Forum.PostInfo' threw the following exception:'Value cannot be null. Parameter name: value' ---> System.ArgumentNullException: Value cannot be null. Parameter name: valueat System.Web.Caching.CacheEntry..ctor(String key, Object value, CacheDependency dependency, CacheItemRemovedCallback onRemovedHandler, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, Boolean isPublic)at System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic, String key, Object value, CacheDependency dependencies, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback, Boolean replace)at System.Web.Caching.Cache.Insert(String key, Object value, CacheDependency dependencies)at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, Boolean PersistAppRestart)at DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject)at DotNetNuke.Modules.Forum.ThreadInfo.GetThreadInfo(Int32 ThreadID)at DotNetNuke.Modules.Forum.PostInfo.get_ForumID()--- End of inner exception stack trace ---at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component)at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName)at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts)at System.Web.UI.DataBinder.Eval(Object container, String expression)at