MyBB Community Forums

Full Version: White screen of death after posting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Basicly, I get a white screen of death after I post a new post.

This happens a lot of times but not always.

This is the URL that comes up when it's a white screen.

http://www.domain.com/newreply.php?tid=2286&processed=1

And if I refresh it it says.

Cannot upload the file - Too big for PHP post_max_size directory. Please press the button.

(Translated from Swedish by myself)

Any ideas?
A white screen usually indicates a 500 Internal Server Error. Check your error logs for more information.
Where would I find my error logs?
^ server logs / error logs should be available at your web host's control panel
You could also contact your host as it's an internal server issue.
It could be a PHP error as well. If your webhost's PHP configuration is set not to display errors, you'll end up with a white screen of death.

Is this a new problem? If so, it may be due to a faulty plugin somewhere or a core code edit. Have you recently installed any plugins?
Yeah, I've installed some plugins recently.

The following plugins I have active are.

A2detector
Activate Users from Mod CP
Fit on Page
Login Password Conversion
PM Recount
Profile Comments
ProStats (1.9.5)
Quick Theme OnChange
Register Time
Registration Security Question
RepFuck
Welcome PM/Email
Go to ACP>Configuration>General Configuration>Disable All Plugins>Yes

Do you still face a WSOD?
(2013-09-24, 11:00 PM)Arbaz Wrote: [ -> ]Do you still face a WSOD?

First time I heard that term Toungue
Try adding this to the beginning of global.php

ini_set("display_errors", 1);
error_reporting(E_ALL);
Pages: 1 2