Cannot Get Monthly Sales Report Page Crashes
Posted: Tue Jan 28, 2014 7:43 pm
We are running Gold R6 Build 6169 Live. We cannot get the Monthly Sales report to run. When clicking on the button in Admin we receive and error.
What's ironic is we can't get to the page to set any Params Year, Month, day i.e. Also I see that when R6 build was released this [AC8-1910] - Monthly Sales Report should allow for a custom date range] was included with the build. I can't find any other set-up we may have missed. I searched the forums but did not find anyone else with this problem. All other reports under the sales category in admin run fine.
Code: Select all
Server Error in '/' Application
Year, Month, and Day parameters describe an un-representable DateTime.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
Stack Trace:
[ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.]
System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day) +12728000
AbleCommerce.Admin.Reports.MonthlySales.Page_Load(Object sender, EventArgs e) +375
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064