Notice (8) : Undefined index: category2_limit_number [in /home/web04_operator01/webcontents/jna2024/entry/src/Model/Table/FeesTable.php, line 78]
Notice (8) : Undefined index: category3_limit_number [in /home/web04_operator01/webcontents/jna2024/entry/src/Model/Table/FeesTable.php, line 79]
Notice (8) : Undefined index: entry_st [in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php, line 162]
Notice (8) : Undefined index: entry_end [in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php, line 163]
Notice (8) : Undefined index: entry_stop [in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php, line 164]
Notice (8) : Undefined index: edit_st [in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php, line 165]
Notice (8) : Undefined index: edit_end [in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php, line 166]
Notice (8) : Undefined index: edit_stop [in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php, line 167]
Warning (512) : Unable to emit headers. Headers sent in file=/home/web04_operator01/webcontents/jna2024/entry/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/web04_operator01/webcontents/jna2024/entry/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/web04_operator01/webcontents/jna2024/entry/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/web04_operator01/webcontents/jna2024/entry/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/web04_operator01/webcontents/jna2024/entry/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/web04_operator01/webcontents/jna2024/entry/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Argument 1 passed to Cake\Chronos\Chronos::greaterThanOrEquals() must implement interface Cake\Chronos\ChronosInterface, null given, called in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php on line 178

Argument 1 passed to Cake\Chronos\Chronos::greaterThanOrEquals() must implement interface Cake\Chronos\ChronosInterface, null given, called in /home/web04_operator01/webcontents/jna2024/entry/src/Controller/UsersController.php on line 178 📋

TypeError
Toggle Vendor Stack Frames
        // 参加登録ステータスの設定
        if ($entry_stop) {  // 強制停止フラグが立っている場合、ステータスは閉じる
            $entryStatus 0;
        } elseif ($today->greaterThanOrEquals($entry_st) && $today->lessThanOrEquals($entry_end)) {  // 登録開始日から終了日までの間であれば、ステータスは開く
            $entryStatus 1;
        }
        // 編集ステータスの設定
Error in: ROOT/vendor/cakephp/chronos/src/Traits/ComparisonTrait.php, line 160

If you want to customize this error message,