开发者

Drupal white screen after installation

开发者 https://www.devze.com 2023-02-02 20:48 出处:网络
i am getting the white screen after installin drupal. My memory limit is 128Min php.ini and the settings.php points开发者_如何学JAVA to the database. What needs to be done?This is called White Screen

i am getting the white screen after installin drupal. My memory limit is 128M in php.ini and the settings.php points开发者_如何学JAVA to the database. What needs to be done?


This is called White Screen of Death. To check what is going on you have to do the following ..

Enable error reporting, temporarily edit your index.php file (normally located in your root directory) directly after the first opening PHP tag (do not edit the actual file info!) to add the following:

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);  
// $Id: index.php,v 1.94 2007/12/26...

This was taken from this url http://drupal.org/node/158043


You can check the log files in c:/wamp/logs in windows


Even after adding that to my index.php file the screen is still white.

Found the error in a local log file on my MAC in /Applications/MAMP/logs

0

精彩评论

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

关注公众号