开发者

Moving a Drupal 6.x site to MediaTemple and getting the WSOD

开发者 https://www.devze.com 2023-04-10 06:43 出处:网络
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 ev开发者_如何学运维eryt

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 ev开发者_如何学运维erything 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号