Close

The problem with manual integration

horaci
11 years ago
#975 Quote
Avatar
  • 5
Hello, I try the manual intergation NopAjaxFilters 2.5 in purchased version. After modifying the file _ColumnsThree.cshtml nothing happens, after editing the file CategoryTemplate.ProductsInGridOrLines.cshtml application reports an error. The Logos, then this entry is:

[i]Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.

System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. ---> System.InvalidOperationException: The partial view 'NopFilters' was not found or no view engine supports the searched locations. The following locations were searched: ~/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Themes/Gazel/Views/NopAjaxFilters/NopFilters.cshtml ~/Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Views/NopAjaxFilters/NopFilters.cshtml ~/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Gazel/Views/NopAjaxFilters/NopFilters.cshtml ~/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Views/NopAjaxFilters/NopFilters.cshtml ~/Plugins/SevenSpikes.Nop.AjaxFilters/Themes/Gazel/Views/NopAjaxFilters/NopFilters.cshtml ~/Plugins/SevenSpikes.Nop.AjaxFilters/Views/NopAjaxFilters/NopFilters.cshtml ~/Themes/Gazel/Views/NopAjaxFilters/NopFilters.cshtml ~/Themes/Gazel/Views/NopAjaxFilters/NopFilters.vbhtml ~/Themes/Gazel/Views/Shared/NopFilters.cshtml ~/Themes/Gazel/Views/Shared/NopFilters.vbhtml ~/Views/NopAjaxFilters/NopFilters.cshtml ~/Views/NopAjaxFilters/NopFilters.vbhtml ~/Views/Shared/NopFilters.cshtml ~/Views/Shared/NopFilters.vbhtml ~/Administration/Views/NopAjaxFilters/NopFilters.cshtml ~/Administration/Views/NopAjaxFilters/NopFilters.vbhtml ~/Administration/Views/Shared/NopFilters.cshtml ~/Administration/Views/Shared/NopFilters.vbhtml at System.Web.Mvc.PartialViewResult.FindView(ControllerContext context) at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) at System.Web.Mvc.Controller.ExecuteCore() at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5() at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0() at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d() at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3() at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.Execute(IHttpHandler handl
Support
11 years ago
#986 Quote
Avatar
  • Moderator
  • 1044
horaci wrote:
Hello, I try the manual intergation NopAjaxFilters 2.5 in purchased version. After modifying the file _ColumnsThree.cshtml nothing happens, after editing the file CategoryTemplate.ProductsInGridOrLines.cshtml application reports an error. The Logos, then this entry is:

Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.

~/Plugins/SevenSpikes.Nop.AjaxFilters/Themes/Gazel/Views/NopAjaxFilters/NopFilters.cshtml ~/Plugins/SevenSpikes.Nop.AjaxFilters/Views/NopAjaxFilters/NopFilters.cshtml


Hi horaci,

Could you check if this file below is present:
[i]Plugins/SevenSpikes.Nop.AjaxFilters/Views/NopAjaxFilters/NopFilters.cshtml


It should be present as it is supplied with the plugin.

Best Regards,
Nop-Templates Support Team
horaci
11 years ago
#987 Quote
Avatar
  • 5
Thank you for your assistance, directory View there really was missing. Now the plugin is working properly.