お世話になっております。
コンビニ決済完了時に以下のようなエラーが発生しています。
決済自体は正常に処理されているようですが、Warningが表示されるため、応急処置として以下を wp-config.php に追記して警告非表示で対応しています。
define(‘WP_DEBUG’, false);
@ini_set(‘display_errors’, 0);
▼発生しているエラー(ドメイン名・サーバー名は一部伏せています)
Warning: Trying to access array offset on value of type bool in /public_html/○○○○/wp-content/plugins/usc-e-shop/functions/function.php on line 2249
Warning: Cannot modify header information – headers already sent by (output started at /public_html/○○○○/wp-content/plugins/usc-e-shop/functions/function.php:2249) in /home/○○○○/public_html/○○○○/wp-includes/pluggable.php on line 1450
Warning: Cannot modify header information – headers already sent by (output started at /home/○○○○/public_html/○○○○/wp-content/plugins/usc-e-shop/functions/function.php:2249) in /home/○○○○/public_html/○○○○/wp-includes/pluggable.php on line 1453
——————————————-
WordPress のバージョン:6.8.2
Welcart のバージョン:2.11.20
PHP のバージョン: 8.0.30
Welcart専用の拡張プラグインとバージョン:なし
ご利用の親テーマとバージョン :Welcart Basicバージョン: 1.8.7
ご利用の子テーマとバージョン :バージョン: 1.0.0
症状を確認したブラウザ:chrome
サーバー【重要】:(kagoya)
——————————————–
お忙しいところ恐縮ですがご確認のほどどうぞよろしくお願いいたします。