- 2
Hi,
I have downloaded the ajax filters trial and I'm trying to integrate it into a new 3.3 store (local at the moment)
as soon as I copy the plugin folders to the plugin folder and click reload plugin I get an error (which breaks the entire store)
Object reference not set to an instance of an object.
Line 65: }
Line 66: routeProviders = routeProviders.OrderByDescending(rp => rp.Priority).ToList();
Line 67: routeProviders.ForEach(rp => rp.RegisterRoutes(routes));
Line 68: }
Line 69: }
Source File: C:\store location\NOP 3.3\Presentation\Nop.Web.Framework\Mvc\Routes\RoutePublisher.cs Line: 67
any thoughts on what it could be? it is before I even get the ability to click install plugin.
Thanks
Carl
I have downloaded the ajax filters trial and I'm trying to integrate it into a new 3.3 store (local at the moment)
as soon as I copy the plugin folders to the plugin folder and click reload plugin I get an error (which breaks the entire store)
Object reference not set to an instance of an object.
Line 65: }
Line 66: routeProviders = routeProviders.OrderByDescending(rp => rp.Priority).ToList();
Line 67: routeProviders.ForEach(rp => rp.RegisterRoutes(routes));
Line 68: }
Line 69: }
Source File: C:\store location\NOP 3.3\Presentation\Nop.Web.Framework\Mvc\Routes\RoutePublisher.cs Line: 67
any thoughts on what it could be? it is before I even get the ability to click install plugin.
Thanks
Carl