WPML
ステータス
未解決
報告対象
WPML Sticky Links 1.5.4
トピックタグ
Bug

問題の概要

PHP 8.xWPMLスティッキーリンクプラグインを使用している場合、次のような非推奨エラーが表示されます。


PHP Deprecated: Automatic conversion of false to array is deprecated in .../wp-content/plugins/wpml-sticky-links/classes/class-wpml-sticky-links.php on line 19

回避策

続行する前に、サイトの完全なバックアップを必ず作成してください。


  • …/wp-content/plugins/wpml-sticky-links/classes/class-wpml-sticky-links.phpファイルを開きます。

  • 19行目を探します。

  • 以下のコード行の直前に:
    			$this->settings['sticky_links_widgets'] = 0;

  • 次を追加します:
    			if (!is_array($this->settings)){
    				$this->settings = array();
    			}

すべての既知の問題 →