携帯自動振り分けプラグインでエラー

投稿者:51 goat  投稿日時:2023-04-21 17:02:22
いつも質問にご対応いただきありがとうございます。

携帯自動振り分けプラグインで「スマートフォンでの転送先」「スマートフォン用ページを表示する 」に設定し、スマートフォンでサイトを表示ルと下記のエラーが出ましたのでご連絡いたします。

Warning: foreach()argument must be of type array|object,null given in
/hogehoge/public_html/soy/common/site_include/plugin/util_mobile_check/util_mobile_check.php on line 363

環境はxserver、php 5.0.25、soy cms 3.11.29 です。
投稿者:齋藤毅  投稿日時:2023-04-21 18:30:05
/hogehoge/public_html/soy/common/site_include/plugin/util_mobile_check/util_mobile_check.php
の361行目付近の
$config = $obj->getConfig();

$config = $obj->getConfig();
if(!is_array($config) || !count($config)) return false;
に修正してみてください。
ログインして投稿する