Questions tagged [wsod]

White Screen Of Death

Descriptive name for an empty HTTP response body, often caused by some error. For example for PHP scripts often a sign for a syntax error or missing input validation.

78 questions
129
votes
0 answers

PHP's white screen of death

Now that I'm starting to get back into PHP, I'm starting to remember why I gave it up in the first place. The most annoying thing on my plate at the moment is what I've come to term "PHP's white screen of death". When PHP gets a fatal error due to…
Matthew Scharley
  • 127,823
  • 52
  • 194
  • 222
48
votes
18 answers

Magento How to debug blank white screen

I have an error in my Magento backend that results in a blank screen (WSOD). I have set errors to on in admin but there is nothing being created in var/logs/. (I have checked permissions for that directory and all is correct). I have also…
sulman
  • 2,431
  • 7
  • 40
  • 62
16
votes
12 answers

PHP produces a completely white page, no errors, logs, or headers.

While running some PHP code on my private WAMP PC I'm suddenly getting a blank response from the server - no response actually. No headers, no data, nothing in the PHP error logs, nada. I restarted APACHE and PHP but still nothing. I know php is…
Xeoncross
  • 55,620
  • 80
  • 262
  • 364
12
votes
9 answers

Debugging Drupal's White Screen of Death?

I have a Drupal installation that previously worked perfectly on my localhost. However, now, after a formatted my computer, it just shows a blank screen (completely white). So my question is, how can I see where things are going wrong, if I can't…
rockstardev
  • 13,479
  • 39
  • 164
  • 296
5
votes
2 answers

How can I enable PHP errors on OSX Lion?

I can't get my setup to display PHP errors. The only thing I see is the WSOD. I've updated my php.ini file: (excerpt from phpinfo()) display_errors On On display_startup_errors On On error_reporting 30719 30719 Any…
Yves Van Broekhoven
  • 344
  • 1
  • 3
  • 13
5
votes
11 answers

Handling white screen of death in PHP

After debugging a CodeIgniter application that were installed into a new development environment, I have started to freak out when seeing white screens with nothing more available. I have been able to solve each and every one of the errors that have…
Industrial
  • 41,400
  • 69
  • 194
  • 289
5
votes
2 answers

White Screen of Death in Silex when switching from PHP 5.3 to Php 5.4 because of "session_start"

Finally I was able to repro the issue with the following two lines: session_set_save_handler(new SessionHandler()); session_start(); When I do this, I get a WSOD! Any idea why this…
Kiran Madipally
  • 817
  • 9
  • 15
3
votes
1 answer

How to Set Notification Email in WordPress for Fatal Error Handler (WSoD)

WordPress 5.2 integrated WSoD protection which by default it will send an email notification to admin when the site encounters some fatal error. I had built my client a site which I would like to monitor such error in case it happens, but I dont…
HW Siew
  • 973
  • 8
  • 16
3
votes
8 answers

Drupal White Screen of Death - No Errors with Errors turned ON

I have all errors turned on (error_reporting(-1)) in Drupal, but for some reason most errors do not come through in the logs or on screen. I can replicate the problem by simply changing a function name to something else, and I would expect to see a…
Joshua Smickus
  • 1,011
  • 10
  • 14
3
votes
2 answers

Why when add to web page don´t work on hosting?

I am developing a simple webpage at hostgator.com. I have the standard headers, but when I add the following line: the page does not work. I would like why. This is the full header:
krnl64
  • 31
  • 1
  • 3
2
votes
0 answers

Silverlight Arg_COMException

Our team has developed Silverilght 4 application. But we fall into problem with sporadic defect which causes Arg_COMException to be thrown. Here is stack trace for this…
stereo
  • 21
  • 2
2
votes
1 answer

How to fix fatal error in magento causing wsod?

I'm using Magento Community Edition 1.7.0.2. LightBox2 stopped working after clearing js/css cache via cache management. I receive the following error: PHP Fatal error: Call to a member function addItem() on a non-object in…
Joshua34
  • 394
  • 2
  • 10
1
vote
0 answers

PHP WSOD (white screen of death) on OS X Lion

I'm getting a WSOD whenever I cause a parse error. I know there are plenty of similar questions, but I've tried all of those suggestions with no luck. Running PHP 5.3.6 on Apache 2 on OS X Lion. Here's the output of php -i | grep…
kbanman
  • 4,223
  • 6
  • 32
  • 40
1
vote
3 answers

Another "error reporting not working in PHP" post

All I get is a blank page. And, yes, I did read the dozens of similar questions asked. I want this change to apply to all my scripts, so I went into php.ini. According to phpinfo(), it is located in /etc. So, I went there, and turned…
Steven Detweiler
  • 151
  • 4
  • 17
1
vote
3 answers

Magento Blank Screen on Checkout & Cart with Compiler Enabled

When I run the Magento Compiler process it completes fine and then it's enabled. Everything is fine on the frontend until I add something to the basket, it goes to a white/blank screen, same for the basket page and checkout page. I've tried…
mattpark22
  • 741
  • 2
  • 14
  • 26
1
2 3 4 5 6