ありがとうございます。
ご教示通り編集をしましたところ、PHPのバージョンを上げても正常に表示されるようになりました。
Easy Images SliderのPHPエラーについて
2019年11月4日 at 11:59
サイト内でEasy Images Sliderのアドオンを使用していますが、PHPのバージョンを7.3に揚げると下記のエラーメッセージが出ます。
------------------------------------------------------------------------------------------------------------------------------
Declaration of Concrete\Package\EasyImageSlider\Block\EasyImageSlider\Controller::registerViewAssets() should be compatible with Concrete\Core\Block\BlockController::registerViewAssets($outputContent = '')
------------------------------------------------------------------------------------------------------------------------------
直訳するとコアブロックとの互換性がないとのことですが、修正方法はありますでしょうか?
PHP5.6にすると正常に表示されますが、7.2でも同様にエラーになります。
レンタルサーバー会社とコースは、さくらインターネット スタンダードです。
タグ:
Your post has been saved and will be published after approval by the forum moderator.
aki
Re: Easy Images SliderのPHPエラーについて
public function registerViewAssets()
なっていたら
public function registerViewAssets($outputContent = '')
として試してみてください。