We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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イベントを利用しようとすると下記のエラーになります。
dispatchLayerEventの定義は
public function dispatchLayerEvent($name, $data = [], $options = [])
とarrayの想定なっているが、BcBaserHelperにて contentHeaderおよびcontentFooterの発火箇所がnullを渡そうとしているためにエラーになっていると思われます。
下記のようにしてあげる必要がありそうです。
baserCMS version : 5.1.3 にて確認
The text was updated successfully, but these errors were encountered:
@kaburk 報告ありがとうございます!まだまだ問題ありますね、、、 空配列に調整する方向でお願いします〜
Sorry, something went wrong.
kaburk
No branches or pull requests
概要
contentHeader、contentFooterイベントを利用しようとすると下記のエラーになります。
dispatchLayerEventの定義は
とarrayの想定なっているが、BcBaserHelperにて contentHeaderおよびcontentFooterの発火箇所がnullを渡そうとしているためにエラーになっていると思われます。
下記のようにしてあげる必要がありそうです。
baserCMS version : 5.1.3 にて確認
The text was updated successfully, but these errors were encountered: