Re: Re: Re: Re: Re: Re: Re: Drupal and the "Wite screen of death

Posts: 1293
Joined: 08/14/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.

Yeah. Plesk 8.1.1 to be exact, our host recommends only updating to 8.2 after doing a clean install, which I'm not even considering right now. Other specs: Apache2, PHP 5.2.5, MySQL 4.2. Memory limit right now is set to 48mb (going higher soon) but I've never encountered a memory limit problem, even at 32M, and that includes enabling dozens of modules.

I'm still using Beta2 on the test site, same box, and haven't had to implement any fix of this kind. The one thing I keep recommending to people in the case of a blank page, is to add this bit of code to the very top of your Drupal site's index.php:

<?php
error_reporting
(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
?>

Since Drupal chokes on Fatal errors, you will only see why once you've added this code in (or set E_REPORTING options in php.ini).

There is another similar discussion here: http://www.ubercart.org/forum/support/2808/installation_blank_screen_ube... but it hasn't been resolved yet.

--

"Pain don't hurt." - Dalton

Mike Nelson's RiffTrax! www.rifftrax.com

Ubercart Install Causes Blank Pages By: Malog (24 replies) Thu, 09/20/2007 - 16:21