WordPress 移行時に真っ白になった時の対処方法

現象

WordPress の移行をしようとして、DBダンプを取って、ソースをコピーしたら、WordPress が真っ白(ホワイトスクリーン)になる。

原因

以下のまま、DBバックアップして移行しようとしませんでしたか?

対処

wp_options のテーブルの以下の値を変更
  • template, stylesheet, current_theme
  • 値を twentyeleven に変更

active_pluginsオプションの値を以下に編集

a:0:{}

引用元

How to Fix the WordPress White Screen of Death
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-
death/

wp_options table
  • template, stylesheet, and current_theme.
  • Change the value to twentyeleven.

“active_plugins”. Now edit the value of that option and change it to this: a:0:{
}