Hello!
I just had 30+ sites go down, and I was hoping someone could give me a quick answer.
I had problems with caching in a module, so I went into the Host settings and turned off the cache, so see if that could solve the issue.
Now all my sites are getting this error. Any suggestions?
I am trying to go into the database to reset this parameter by hand, but I am not sure where it is stored...
Value cannot be null.
Parameter name: cachekeysArg
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: cachekeysArg
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: cachekeysArg]
System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) +2475
System.Web.Caching.CacheDependency..ctor(String[] filenames, String[] cachekeys) +66
DnnSharp.SeoUrlAdapter.Core.App.GetPageIndex(PortalContext portal) +277
DnnSharp.SeoUrlAdapter.Core.App.GetTarget(PortalUrlSettings settings, PortalContext portal, String path) +27
DnnSharp.SeoUrlAdapter.Core.Rewrite.RewriteEngine.Rewrite(Uri url, PortalUrlSettings urlSettings, PortalContext portal) +133
DnnSharp.SeoUrlAdapter.Core.Rewrite.UrlAdapterRewriter.context_BeginRequest(Object sender, EventArgs e) +1366
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75