Custom Plugin not working with Seven Spikes plugins

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi,

I created a custom plugin for a new feature. No override is implemented for any existing nop commerce feature.

The plugin stops working when i use it along with Seven Spikes plugin.
7 years ago
Hi,

This problem is very strange.

Can you provide more information about your plugin?

Which one of our plugins is causing your issues?

Regards,
Stoyan
7 years ago
After installing the Seven Spikes Core plugin, I get the following error.

The controller for path '/xxxx/xxxx' was not found or does not implement IController.
Full message
System.Web.HttpException (0x80004005): The controller for path '/xxxx/xxxxxx' was not found or does not implement IController. at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


The controller is inherited with BasePluginController.
7 years ago
Hi,

The default nopCommerce plugins controllers also inherit the BasePluginController and there are no problems with our Core plugin.

Are you sure that the Core plugin is causing your issues?

Regards,
Stoyan
7 years ago
Hi,

I am not 100% sure yet.

I continuing the debugging to trace the point of concern. If I will find any thing in relation to seven spikes plugin then i will contact you.

Thanks,
Puneet
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.