A public action method 'OrderAverageReport' was not found on controller 'Nop.Web.Controllers.OrderController'.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
Hello,
On my test system I was not getting this however, when I moved to production I was getting the error.

A public action method 'OrderAverageReport' was not found on controller 'Nop.Web.Controllers.OrderController'.

Source Error:


Line 19:                                 @T("Admin.SalesReport.Average")
Line 20:                             </div>
Line 21:                             @Html.Action("OrderAverageReport", "Order")
Line 22:                         </td>
Line 23:                     </tr>


Source File: c:\HostingSpaces\nutra\website\wwwroot\Administration\Views\Home\Index.cshtml    Line: 21
Il y a 12 ans
I got this too, what does it mean now two people have it???
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.