Re: Easy Images SliderのPHPエラーについて
2019年11月4日 at 20:17
packages\easy_image_slider\blocks\easy_image_slider\controller.php内の130行目くらいが以下になっていませんか?
public function registerViewAssets()
なっていたら
public function registerViewAssets($outputContent = '')
として試してみてください。
Your post has been saved and will be published after approval by the forum moderator.
モモ
Re: Easy Images SliderのPHPエラーについて
ご教示通り編集をしましたところ、PHPのバージョンを上げても正常に表示されるようになりました。