开发者

Problem while enabling CCK module

I am trying to enable CCK module and when I try to enable it, I get a white screen with this URL (http://localhost/?q=admin/build/modules/list/confirm). But CCK is not being enabled

I dont know whats wrong. This is what I am doing before trying to enable CCK.

  1. I downloaded CCK, extracted it and put it in /sites/all/modules/ folder
  2. Go to http://localhost
  3. Go to Modules section and trying to check the check boxes 开发者_运维技巧corresponding CCK module.

Please tell me what can be the issue?


Start from here: The White Screen of Death (Completely Blank Page)
One of problem may be memory limit...


This may be The White Screen of Death. If there are some errors they can be found by adding the below code in the starting of index.php in the drupal installation.

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜