silvershop-core icon indicating copy to clipboard operation
silvershop-core copied to clipboard

Please opt-out of HTML5 processing of ISO 8601 dates via setHTML5(false) if using setDateFormat()

Open Anytech opened this issue 3 years ago • 1 comments

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()

Anytech avatar Apr 20 '21 02:04 Anytech

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

107p avatar Feb 03 '22 00:02 107p

Fixed in https://github.com/silvershop/silvershop-core/pull/815/files

wilr avatar May 02 '24 20:05 wilr