Hi!
I've installed PageBlaster on our intranet DNN application, but when I go to Admin -> PageBlaster, I get this error:
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Match(String input) at Snapsis.HttpModules.PageBlaster.CachedRequest.SetFilePath() at Snapsis.HttpModules.PageBlaster.CachedRequest..ctor(HttpApplication app) at Snapsis.DNN.PageBlaster.PageBlasterConfig.InitializeComponent() at Snapsis.DNN.PageBlaster.PageBlasterConfig.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) in \\Mgintranet\e\Applications\MonetaIntranet\Library\Components\Skins\Skin.vb:line 630 --- End of inner exception stack trace ---
The problem is that we moved the application to a new server a few weeks ago (\\Mgintranet is the name of the old server). Every other module works fine. I changed the portal alias, I made sure that the old server is not mentioned anywhere in web.config, I restarted the application, cleared the cache, deleted the application folder from "Temporary ASP.NET Files" folder, reinstalled the skin, uninstalled the PageBlaster and installed it again - nothing helps!
Why does it reference the old server? Where else can I check and what else can I do to make it work?
Thanks, Julia |