We just updated to nop 3.80 and now the help desk settings do not save and I get and error. I got around the error by going to the settings page vs configuration and it didn't give me an error but my values didn't change at all. Thanks.
The Working Days values do not save. It always shows all the days of the week. Thanks
Hello everyone,
I have the plug in working on the category and manufacturers page fine but it does not work on the product pages themselves... Any clue? It currently displays the information provided by the model just fine.
Found the issue. In Nop 2.8 (or at least our version), the "Admin_Default" route is written "Admin_default". I guess it could not find the route in the collection.
I gave up on fixing the issue a while ago. We just finished a server move and thought it might have fixed the problem because other plug ins were not functioning. I have reviewed our source code and disabled all of the other plug ins beside the core and SEO and we still have issues. We still have the Admin route you described.
What else could be the issue?
Hi Boyko,
Thanks for your reply. This was attempted. But we still get a server error on plugin activation (this is after restarting the application and clearing the cache).
Here is the Stack trace:
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
SevenSpikes.Nop.Framework.MVCExtensions.RouteCollectionExtensions.AddControllerNamespacesToRoute(RouteCollection routes, String routeName, String[] namespacesToAdd) +94
SevenSpikes.Nop.Framework.Routing.BaseRouteProvider.RegisterRoutes(RouteCollection routes) +192
Nop.Web.Framework.Mvc.Routes.<>c__DisplayClass3.<RegisterRoutes>b__1(IRouteProvider rp) +80
System.Collections.Generic.List`1.ForEach(Action`1 action) +14232563
Nop.Web.Framework.Mvc.Routes.RoutePublisher.RegisterRoutes(RouteCollection routes) +873
Nop.Web.MvcApplication.RegisterRoutes(RouteCollection routes) +222
Nop.Web.MvcApplication.Application_Start() +957
[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12949749
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
[HttpException (0x80004005): Object reference not set to an instance of an object.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12966756
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12806561
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
I see in the stack that it reaches the SevenSpike plugin and it is tries to register the route when it gets a null pointer to an object. Seems to me there's an error in the code somewhere.
Hi there,
We just purchased a license for Smart SEO. The plugins (Core and Smart SEO) appear to have installed successfully (registered in the plugins list, activated properly).
But when we go to Plugins > Nop Smart SEO > Settings, there is a 404 trying to find the file path.
This is for NopCommerce 2.8.
Please advise.