[email protected] wrote:I am getting this error with the most recent _producttabs file
Error
The log entry message.Short message:   A public action method 'ProductReviewsTabAddNew' was not found on controller 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'.
The details for the log entry.Full message:   System.Web.HttpException (0x80004005): A public action method 'ProductReviewsTabAddNew' was not found on controller 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. at System.Web.Mvc.Controller.HandleUnknownAction(String actionName) at System.Web.Mvc.Controller.ExecuteCore() at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.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.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End() at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d() at System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
IP address of the machine that caused the exception.IP address:   **********
Name of the customer who caused the exception.Customer:   Guest
Originating page of exception.Page URL:   http://happycoral.com/producttab/productreviewstabaddnew/3858 
 Hi 
[email protected],
It looks like you haven't updated the Tabs properly as there is a new ProductTabs.js file that is missing on your server. The Tabs logic is now extracted into a separate js file to prevent Google Bots from parsing it and trying to open the ajax urls that should not be accessed by the Bots. You can download the package again and replace the whole Tabs plugin folder and then simply add your css file back as I can see that you have a custom JQuery UI theme.
By the way you can update the Core plugin folder as well as we have added a new much lighter version of the Kendo UI javascript that is 5 times smaller that the previous one. This will greatly improve the initial load of your pages.
Hope this helps!
Best Regards,
Nop-Templates Support Team