silvershop-core
silvershop-core copied to clipboard
Please opt-out of HTML5 processing of ISO 8601 dates via setHTML5(false) if using setDateFormat()
All of the reports with dates are pulling up this error:
[Emergency] Uncaught LogicException: Please opt-out of HTML5 processing of ISO 8601 dates via setHTML5(false) if using setDateFormat()
I am getting the same issue, but as a workaround added the following to config. Not sure if it would impact anything else though.
SilverShop\Reports\ShopPeriodReport: disable_set_date_format: false
Fixed in https://github.com/silvershop/silvershop-core/pull/815/files