CuCustumフィールドプラグイン使用で、debug.logにメッセージ表示される

【環境情報】
・baserCMSのバージョン:baser4.4.7
・レンタルサーバー名:ロリポップ
・使用テーマ:ratio_3_2
・PHPスキル(自己評価):ほとんどわからない

@ryuring さま
いつもお世話になっております。

先日、ご回答を頂き、無事に思った通りのカスタムフィールドを作成することができて、頑張って記事をエントリーしているところです。
本当にありがとうございました。

さて、先日、ログメンテナンスを確認したところ、debug.logというファイルの中に以下のようなメッセージが頻発していることがわかりました。

このメッセージがどう言った意味なのかは、まったくわかりませんが、どのように対処すればメッセージはでなくなるのでしょうか。
ご教示よろしくお願いいたします。

2021-07-07 08:47:06 Notice: Notice (8): Trying to access array offset on value of type null in [/home/users/1/(server name)/web/basercms/app/Plugin/CuCustomField/Plugin/CuCfFile/Event/CuCfFileControllerEventListener.php, line 38]
Trace:
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 230
CuCfFileControllerEventListener::startup() - APP/Plugin/CuCustomField/Plugin/CuCfFile/Event/CuCfFileControllerEventListener.php, line 38
CakeEventManager::dispatch() - CORE/Baser/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 683
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 158
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
「いいね!」 1

@yocco ご報告ありがとうございます。大きな問題に発展するケースではないですが、なおしておきました。

改善する場合は、次のファイルを上書きしてください。

■ 変更対象ファイル
Plugin/CuCfFile/Event/CuCfFileControllerEventListener.php

■ 改善コード
https://raw.githubusercontent.com/ecatchup/CuCustomField/a8dd41ecfb21ff5f5384533264ad5f871e59d1a2/Plugin/CuCfFile/Event/CuCfFileControllerEventListener.php

「いいね!」 1

上書き致します、御返事頂戴しまして有難うございました。