管理画面が真っ白に
-
wpもphpも初心者ですので、初歩的な質問でしたらすみません。
自分なりに調べましたが、解決できないので質問させていただきます。昨日、function.phpの更新後に管理画面が真っ白になりました。
サイトとログイン画面は正常に表示されます。調べて色々と編集していたところ、
サイトとログイン画面まで真っ白になってしまいましたが、
wp-config.phpの
define(‘WP_DEBUG’, false);を
define(‘WP_DEBUG’, true);に変更したところ、
Fatal error:Cannot redeclare…
でfunction.php内のエラー箇所が出ました。エラー箇所として出た
function wp_explain_nonce( $action ) {
_deprecated_function( __FUNCTION__, ‘3.4.1’, ‘wp_nonce_ays()’ );
return __( ‘Are you sure you want to do this?’ );
}
の記述を削除したところ、
サイトとログイン画面は表示されるようになりましたが、
今度はNotice:とWarning:の表示がいくつか出てきて、
また管理画面にはログインできないという状態に戻りました。上記のエラー箇所削除後に表示が増えるということは、
削除、ということに問題があるのでしょうか?wpにもphpについてもあまり詳しくない中で手探りで
わかる範囲を編集していたというレベルなので、
下記のエラー箇所がなぜエラーになっているのか、
どう修正したら元の状態に戻ってくれるのかも
全く分からなく困り果てています。超初歩的な質問かもしれませんが、ご教示頂けると幸いですm(__)m
今出ているエラーは下記です。
ログイン画面
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/●●●/www/●●●/wp-includes/functions.php on line 2758
Notice: get_theme_data 縺ョ菴ソ逕ィ縺ッ繝舌�繧ク繝ァ繝ウ 3.4 縺九i髱樊耳螂ィ縺ォ縺ェ縺」縺ヲ縺�∪縺! 莉」繧上j縺ォ wp_get_theme() 繧剃スソ縺」縺ヲ縺上□縺輔>縲 in /home/●●●/www/●●●/wp-includes/functions.php on line 2638
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-content/plugins/count-per-day/counter-core.php on line 200
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-content/plugins/count-per-day/counter-core.php on line 200
Notice: Undefined variable: control_ops in /home/●●●/www/●●●/wp-content/themes/567bcfbefafeae8c77441f8e6e9f9bc82/wg-includes/widgets/wg-portfolio-widget.php on line 11
Warning: Cannot modify header information – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-login.php on line 368
Warning: Cannot modify header information – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-login.php on line 380
管理画面ログイン後。
上記の内容に加えて、Warning: Cannot modify header information – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-includes/pluggable.php on line 680
Warning: Cannot modify header information – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-includes/pluggable.php on line 681
Warning: Cannot modify header information – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-includes/pluggable.php on line 682
Warning: Cannot modify header information – headers already sent by (output started at /home/●●●/www/●●●/wp-includes/functions.php:2758) in /home/●●●/www/●●●/wp-includes/pluggable.php on line 876
が表示されています。
よろしくお願い致します。
- トピック「管理画面が真っ白に」には新たに返信することはできません。