Hi, I'm testing your Google Pagespeed plugin on our site, and while it does look promising, when I try to run the tasks of minifying the javascript and css files, it throws a massive error and shuts the application pool down. Have you had any issues like this before? I'm using Nop 3.8.
Here's a copy of the error:
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
at System.Web.VirtualPath.FailIfRelativePath()
at System.Web.Hosting.HostingEnvironment.MapPathActual(System.Web.VirtualPath, Boolean)
at System.Web.Hosting.HostingEnvironment.MapPath(System.Web.VirtualPath)
at Nop.Core.CommonHelper.MapPath(System.String)
at FoxNetSoft.Plugin.Misc.Pagespeed.Services.MinifyOptimizationService. (System.String, System.Nullable`1<System.DateTime>)
at FoxNetSoft.Plugin.Misc.Pagespeed.Services.MinifyOptimizationService. (System.String, System.Nullable`1<System.DateTime>)
at FoxNetSoft.Plugin.Misc.Pagespeed.Services.MinifyOptimizationService. ()
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()