ec-cube2 icon indicating copy to clipboard operation
ec-cube2 copied to clipboard

基本情報管理>定休日管理で未入力で登録するとシステムエラーが発生する

Open bbkids opened this issue 2 years ago • 0 comments

https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=28079&forum=9&post_id=111590#forumpost111590

error.log ■PHP8.0以降 [/manager/basis/holiday.php] Fatal error(E_ERROR): Uncaught TypeError: checkdate(): Argument #1 ($month) must be of type int, string given in data/class/pages/admin/basis/LC_Page_Admin_Basis_Holiday.php:203

エラー内容の通りで、 日付未選択だと、LC_Page_Admin_Basis_Holiday.php内で使用しているcheckdate()の引数が不足する為だと思われます。

bbkids avatar Feb 02 '24 01:02 bbkids