Tagged Questions
The wsod tag has no wiki summary.
2
votes
3answers
3k views
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 ...
1
vote
2answers
327 views
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, ...
1
vote
10answers
675 views
PHP produces a completly 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 ...
0
votes
0answers
30 views
drupal wsod after modules installation [closed]
I am working on a drupal site and accidently installed the following modules in invite ie( sites/all/modules/invite) through command line ....
newsletter
entity reference
So I deleted those modules ...
0
votes
0answers
86 views
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.
...
0
votes
0answers
143 views
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 error:
...
0
votes
1answer
32 views
Moving a Drupal 6.x site to MediaTemple and getting the WSOD
I'm trying to move a Drupal site over to a MediaTemple (DV) account and keep getting the WSOD. If I move the site over, using the same procedures, to a MediaTemple (GS) account everything works just ...
0
votes
3answers
613 views
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 ...
0
votes
1answer
96 views
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 ...
0
votes
1answer
352 views
White screen of death jquery load() html file with swf
I've looked high and low for an answer to this and I'm hoping someone has an answer, or at least a tip on how to avoid it.
I'm loading a static HTML file into a container via the jQuery load() ...
0
votes
4answers
140 views
WSOD for a drupal page. How to debug using gdb?
I got a WSOD (white screen of death) in my Drupal site for a single page for a single user. I have learned that it is due to segmentation error. I couldnt spot where the error is?? How do I debug my ...
0
votes
6answers
746 views
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 ...
0
votes
0answers
92 views
Debugging an occasional WSOD (Joomla)
We are running Joomla on one of our websites and we get emails daily that the site is down from our monitoring system (basically, a white screen). This error usually occurs for 1 minute, however, it ...
0
votes
1answer
221 views
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 settings:
ini_set("error_reporting",E_ALL);
...
0
votes
1answer
194 views
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 ...
0
votes
1answer
112 views
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'])
...
0
votes
1answer
569 views
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 ...
-1
votes
2answers
172 views
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 ...