White Screen of Death

If you are about to report a bug, or have reported a bug, stating that you are getting a white screen. STOP. Please read below for a few ways to obtain useful information before submitting the bug report. I can't assist you without detailed information on what is happening. Following these instructions will usually reveal the PHP error that is causing the white screen.

Turn up EE's debug options

In your config.php file, find $config['debug'] and set it to 2:

$config['debug'] = 2;

In your index.php and admin.php files, find $debug and set it to 1:

$debug = 1;

If changing those $debug variables still do not reveal an error message, you may need to take further action. Please follow this guide.