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
0
votes
1 answer

Getting WSOD on all Admin pages

Like the title says, I'm getting the WSOD (white screen of death) when going to any admin page. This just started happening when I arrived this Monday, Friday it was working fine. Here's what I've tried Checking php settings: memory_limit 5000M …
AllisonC
  • 2,973
  • 4
  • 29
  • 46
0
votes
1 answer

How to fix WSOD issue complaining about Guzzle?

After enabling some modules on a Drupal 8 development in progress I got a WSOD. Debugging information threw the following issue: Fatal error: Interface 'GuzzleHttp\Promise\TaskQueueInterface' not found in…
bparticle
  • 147
  • 1
  • 1
  • 8
0
votes
1 answer

How to get ANY ionic2 project to run on ANY iPhone simulator ? (from osX El Capitan)

My attempts to run the Ionic2 blank template on osX El Capitan, deploying to iPhone-SE, 10.2 simulator or iPhone 7 Plus always result in ** BUILD SUCCEEDED ** followed by the "white screen of death" So I tried Apache Cordova WKWebView plugin, with…
0
votes
1 answer

Custom 500 page for PHP site on IIS7.5

I have a PHP (5.3) site running on a Windows 2008 R2 server (IIS7.5) & I'm trying to get a custom 500 page showing. I've setup a test page, which generates a Fatal error - Call to undefined function functiondoesnotexist() in... If I set error…
JezB
  • 528
  • 1
  • 10
  • 26
0
votes
1 answer

Ionic2 iOS white screen of death

I have an Ionic2 application that runs on android and browser without a problem but gives white screen of death when running on ios. Unfortunately I don't have any apple product here so what are my options to know what is causing this? I've tried to…
Perrier
  • 2,753
  • 5
  • 33
  • 53
0
votes
0 answers

White Screen of Death--HTML?

I'm noticing sometimes when I load my site (and when doing pingdom tests, etc) that the site just hangs and turns white, but as soon as you "refresh" the page everything loads properly. I don't really know where to start. When I run waterfall…
0
votes
1 answer

all drupal 7 /user/*/* URLs produce blank pages. any possible solution?

For some reason, after the site was being attacked by a malware, all URLs starting with /user/*, including /user and /user/*/edit, would redirect to some advertisement page. now they are returning a blank page. I have tried enabling error reports…
bonbon.langes
  • 1,718
  • 2
  • 22
  • 37
0
votes
1 answer

How do I debug a PHP WSOD?

Very occasionally I get a mystifying white-screen-of-death PHP error - nothing is displayed or logged, even with the following…
Tom
  • 1,055
  • 2
  • 14
  • 21
0
votes
0 answers

White Screen when making a POST request using Guzzle PHP

I have a POST API which returns to me a huge data response. When I try to make the POST request a white screen error is thrown without any information. However, when I reduce the amount of data to be returned the response is as expected. I am using…
0
votes
2 answers

white screen of death with codeigniter

I have move a codeigniter script from a development server to production server ( same server, just different domains, so no PHP/database/apache config/ or related issues ) I have been able to get log in just one place /application/logs folder I…
competent123
  • 31
  • 1
  • 3
0
votes
0 answers

WSoD in symfony2 any idea

I tried to edit the php.ini in my server , apache2, and after editing it in putty I loaded both page , dev and production environment and noticed the white screen or blank page, no errors were displayed, what will I do , any help? my edit :…
geekInThePink
  • 123
  • 11
0
votes
1 answer

WSOD after migrating from Linux to Windows

Originally I had my website locally setup on my laptop which is Linux and had recently migrated my work from there to my main PC - Windows. My reason for moving my work over is that I found the kind of Linux I am using to be incredibly buggy where…
Wendy O.
  • 191
  • 12
0
votes
2 answers

Laravel wsod (white screen of death) on godaddy hosting

I'm developing a laravel 5.1 application which is working absolutely fine on my localhost. But when I deploy it to GoDaddy's shared hosting, it gives a blank white page on opening the domain. I have followed this tutorial to upload to the…
Ahmed Raza
  • 294
  • 4
  • 18
0
votes
1 answer

php try catch wsod

I have an issue. When I run: try { $as ->setForename($_POST['fname']) ->setSurname($_POST['sname']) ->setEmail($_POST['email']) ->setUser($_POST['user']) ->setPass($_POST['pw']) ->setPhone($_POST['tel']) ->setMobile($_POST['mob']) …
Kyle Hudson
  • 898
  • 1
  • 14
  • 26
0
votes
1 answer

Can't get this simple PHP code to work / guestbook script

I found a php script used for building your own guestbook which I tried to make into a simple page for reporting sales. Please take a look at the code because something is wrong, I end up with a WSoD. I just want some different fields and make these…
klvsv
  • 11
  • 2