문제

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

I've tried pouring through the WSOD docs to pinpoint the problem, but clearly, IMO, this has to be something unique to the settings on a DV account vs a GS account and the problem doesn't lie with Drupal itself.

Any ideas?

도움이 되었습니까?

해결책

Try to narrow down the problem some more. If you've done everything in the White Screen of Death (Completely Blank Page) handbook page, can you provide more detail about what you found? Specifically, try enabling error reporting by adding the following at the top of your index.php file:

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

That should get any errors being generated to display on the page and should help pinpoint the issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top