Childテーマ設定でGoogle.phpにエラー発生
-
-
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in ../plugins/gianism/app/service/google.php on line 620
と
-
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at ../plugins/gianism/app/service/google.php:620) in ../plugins/gianism/app/bootstrap.php on line 175
にエラーが発生しています。基本的に私がやった事は
現在使っているデーマ「Bushwick」のindex.phpを
丸ごとチャイルドフォルダーにコピーして
中のラインにある get_template_part( ‘content’, ‘preview’ );
を get_template_part( ‘content’ ); に変更しただけです。恐らくやったことには問題ないと思いますが
プラグイン次第はチャイルド方式に異変があると思いレポートしました。
確認をよろしくお願いします。
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Childテーマ設定でGoogle.phpにエラー発生’ is closed to new replies.