phpBB3 WSOD (White Screen of Death)
September 12, 2007I don’t know whether this is a popular or well-heard-of problem or not, but I have come across this twice now. The phpBB forums over at maxms.net have suffered the second “White Screen of Death” incident since I installed them. Firstly, I disabled Gzip compression to fix the issue. This time though, it wasn’t so easy.

I ended up being forced to reinstall the same version of phpBB to another directory on the server, into a new database. Then I renamed the new DB to something different, and changed the old one to the new one’s name. Phew! So in the end, I had a new install of phpBB, but with the same data as before - and it worked perfectly.
So if anyone else comes across this issue, firstly try disabling HTTP compression on any device in front of the web-server (which for me was MS ISA Server 2006). If that doesn’t work, it looks like it has to be a reinstall - the longest process will be renaming the DB’s, however, so be careful.
Anyhow, the forums are now back up and running - at forums.maxms.net. Hopefully this seemingly endless list of problems to fix is over now.











Hi Rob, I had the same problem. When I set
Morgan | January 29, 2008 | 11:47 pmHi Rob,
I had the same problem. When I set phpBB3 to use gzip compression from within the admin panel, I suddenly got the WSOD. I went into the database and manually switched the gzip_compress config_value in the phpbb_config table back to 0 (off), but it didn\’t fix the problem. Then in the same record of the table I changed the is_dynamic field to 1 (was 0). This fixed it. Don\’t know if you tried changing settings on both of those fields.
I use shared hosting, but I\’m pretty sure my server was already set up to do gzip compression without having to set it from within phpbb. Maybe the duplication of the service is what caused the problem? I think this must be a bug in phpbb3.
Thanks for you post! It help me know I was looking in the right place to fix this.
Hi Morgan, Glad the post helped you, but sorry it wasn't
admin | January 30, 2008 | 12:10 amHi Morgan,
Glad the post helped you, but sorry it wasn’t really able to offer any easier solution!
I do realise that gzip compression causes the same issue as described in the post, as I was getting lots of errors on my firewall machine informing me that the compression method was “unsupported”.
Glad to see my posts are helping at least one person out there, and well done on getting the issue fixed. I need to get round to updating the board to phpBB3 Gold!
Rob
I\\\'ve got a problem that seems similar but must have
Lux | May 12, 2008 | 3:38 pmI\\\’ve got a problem that seems similar but must have a different cause.
Using php BB3. I just finished installing the program, and the admin console seems to work fine, and the create new usernames/register function seems to be working fine, but when the menu tries to return to index.php for my forum, this blank white screen appears. I\\\’m new to webdevelopment and don\\\’t know a ton about php, is it likely that I have the same problem?
-Lux