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
1
vote
1 answer

Drupal WSOD on admin pages only, whenever any non-core module is enabled

I have a new installation of drupal 6.22 and one of the first things I did was to install CCK. Enabling this module gave me a WSOD on the whole site, so I deleted the module directory from sites/all/modules. This got rid of the WSOD but now whenever…
jaybee
  • 1,897
  • 2
  • 16
  • 29
1
vote
2 answers

PHP die PREVENTING White Screen of Death?

I am trying to enumerate through a perfectly valid array using php 5.3.5 on Joomla 1.5. Whenever I try to access the array I get the white screen of death. If I add a die() statement right after then I get the array, (but of course, execution…
danronmoon
  • 3,814
  • 5
  • 34
  • 56
1
vote
2 answers

Weird White Screen on Laravel Routes ("/")

From the title itself, I have a weird Laravel bug. I have test page for my home page which has a route name of "main". It works perfectly fine. However, when I tried to change it from route::get("main") to route::get("/") I end up with a white page.…
drake24
  • 525
  • 1
  • 11
  • 32
1
vote
1 answer

Large HTML shows empty page (WSOD - White screen of death) - PHP

I am having a two dimensional PHP array which I need to iterate and show the array data in HTML controls. Array is huge (about 2500 rows and 25 columns for each row), it renders around 10MB web page (on my local system). But this do not display any…
Gulfam
  • 558
  • 6
  • 27
1
vote
3 answers

WSOD coming on opening the 1st page of drupal 7 project

I have checked tail -n 20 /Applications/MAMP/logs/php_error.log. No errors in log. I am using MAMP. Also I have added error_reporting(E_ALL); ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE); in index.php. My memory…
neha
  • 195
  • 1
  • 9
1
vote
0 answers

Default Error Page PHP 500 errors in Apache

I want to set a Default Error Page for a Server 500 message / error. I set the entry in my vhost: ErrorDocument 500 /errorpage.html I created a PHP File with an unknown function to get a 500 error. This works. The Apache sends a 500 status code in…
1
vote
1 answer

Tracing a WSoD in Joomla

How do I find out which code section an error occurs in, if the site done on Joomla gives me a White Screen of Death? I even know which module fails, and under what condition (it is a slideshow module, and it fails when one of the items to display…
NPC
  • 1,009
  • 3
  • 10
  • 27
1
vote
2 answers

Drupal, where I can find info about current active theme?

Please advice: where drupal stores info about current active themes? Which table? I upgraded Drupal, and when I enter admin area I have white screen of death. IMHO custom theme is causing that issue, could somebody help me? Regards
Marek
  • 11
  • 1
  • 3
1
vote
1 answer

Elgg white screen: undefined function Elgg\\mysql_connect()

I have an Elgg website running on Ubuntu 12.04 that abruptly started producing the white screen of death. No changes were made to any PHP files, all of which were working just moments before. This is the only error I get in the apache…
Dylan Knowles
  • 2,726
  • 1
  • 26
  • 52
1
vote
1 answer

Web Service Call in JavaScript Causing White Screen of Death (WSOD) in Browser

Here's the specs: ASP.NET 3.5 using ASP.NET AJAX AJAX Control Toolkit jQuery 1.3.2 web services IIS6 on Windows Server 2003 SP1 SP1 SQLServer 2005 SP3 Site is SSL Infragistics Web Components 2009 Vol. 2 (using non-Aikido controls), UltraWebGrid and…
nickytonline
  • 6,855
  • 6
  • 42
  • 76
1
vote
2 answers

How to avoid WSOD (blank screen) while loading long-running initialization data in Struts2?

I need to do the following: User logs in. Redirected to welcome screen. Looks at the welcome screen while lots of records are loaded. Redirected to the working screen. I am looking for a way to do in Action class something like this: public…
Kirill Kazoolin
  • 223
  • 1
  • 3
  • 12
1
vote
1 answer

Drupal custom module failing to install

I have created a module on a development server (xampp) all is fine and working. However when I have move the module to my production server it fails to install properly, WSOD. From db I can see that my fields are not being created. Drupal version…
Mathew
  • 379
  • 2
  • 12
1
vote
0 answers

PHP WSOD Apache Error

I'm running the latest WAMP package currently. I'm trying to run OpenCart but I just get a blank white screen after I modified the Index.php a bit. I looked at the Apache error log and I cannot tell warning from error and I have no clue what to…
Ozair Patel
  • 1,658
  • 1
  • 12
  • 17
1
vote
0 answers

WSOD on Drupal page admin/content and context module edit

I am having trouble figuring out why I am getting a white screen of death on the pages admin/content and admin/structure/context/list/main_menu/edit (Context module edit page). I upgraded a Drupal 6 site to 7 using drush and then the problem…
dgolman
  • 196
  • 1
  • 13
1
vote
2 answers

Drupal - White Screen of Death after updates (and login page returning 403 error)

I have just updated a site that is using Drupal and have now experienced the horrible WSOD. I have searched through Google looking for any sort of solution/error log to help me find and fix the issue but nothing has worked. I have tried adding in…
Oliver Tappin
  • 2,511
  • 1
  • 24
  • 43