wsod

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 APACHE and PHP but still nothing. I know php is working because I can access other PHP scripts just fine. Firebug reports no headers, ? byte...

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 Tree control are main ones used. Here's the problem: I'm getting the White Screen of D...

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

Hello 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 ...

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']) ->setJob($_POST['job']) ->setAuth($_POST['auth']) ->addProcess(); } catch (Exception $...

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 are of video type), but I would like to check what place in the code it fails in, in the h...

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); ini_set("display_errors",true); ini_set("log_errors",true); ini_set("display_startup_errors",true); ini_set("html_errors",false); ini_set("error_log","/var/log/php_er...