VFKさんのブログ(Wordpress)の画面が真っ白になってしまった・・・これはちょっとめんどくさい
すぐサイトのデータをバックアップ
いろいろとネットで調べる(参考 http://www.warna.info/archives/538/)
まずは wp-config.phpファイルにエラーを表示するコマンドを追加(define(
'WP_DEBUG'
, true);
)
その結果出てきたエラーはこれ
Warning: require(/home/vfk/public_html/wp-includes/compat.php) [function.require]: failed to open stream: No such file or directory in /home/vfk/public_html/wp-settings.php on line 265
Fatal error: require() [function.require]: Failed opening required ‘/home/vfk/public_html/wp-includes/compat.php’ (include_path=’.:/usr/share/pear’) in /home/vfk/public_html/wp-settings.php on line 265