Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contentHeader、contentFooterイベントを利用しようとするとエラーになる #4028

Open
kaburk opened this issue Nov 18, 2024 · 1 comment
Assignees
Labels
Bug バグ

Comments

@kaburk
Copy link
Collaborator

kaburk commented Nov 18, 2024

概要

contentHeader、contentFooterイベントを利用しようとすると下記のエラーになります。

スクリーンショット 2024-11-18 16 02 50

dispatchLayerEventの定義は

スクリーンショット 2024-11-18 16 04 37

public function dispatchLayerEvent($name, $data = [], $options = [])

とarrayの想定なっているが、BcBaserHelperにて contentHeaderおよびcontentFooterの発火箇所がnullを渡そうとしているためにエラーになっていると思われます。

スクリーンショット 2024-11-18 16 05 50

下記のようにしてあげる必要がありそうです。

スクリーンショット 2024-11-18 16 07 23

baserCMS version : 5.1.3 にて確認

@kaburk kaburk added the Bug バグ label Nov 18, 2024
@ryuring
Copy link
Collaborator

ryuring commented Nov 18, 2024

@kaburk 報告ありがとうございます!まだまだ問題ありますね、、、
空配列に調整する方向でお願いします〜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug バグ
Projects
None yet
Development

No branches or pull requests

2 participants