Hi Drupal family,

I am a newbie of Drupal.
I installed the drupal commons 7x on my linux server(CentOS 6.5 Final). I can access any page in admin and user mode, then I install Nodejs module on it, and configuration some fields by admin interface, then I can not access to the configuration page, while I can access to its child items by history url, and I can access to the other page normally.

I increased time_execute and memory in php.ini, and set apc.include_once_override=0 in /etc/php.d/apc.ini file.

Please give me some advice to determine what is happening on my server.

Thanks in advance.
Best regards,
Hieu Tran

Comments

TR’s picture

Category: Bug report » Support request
Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)
Issue tags: -Error code: ERR_EMPTY_RESPONSE, -Configuration page, -admin error

Why is this in the Ubercart issue queue?

Hieu Tran AGI’s picture

Hi,

I'm sorry! I just create an bug report, and I don't know how to change this field.

Best regards,
Hieu Tran

TR’s picture

Project: Ubercart » Drupal Commons
Status: Postponed (maintainer needs more info) » Active

You should create the bug report / support request in the issue queue for the module you're having problems with. I'm guessing that's the Drupal Commons distribution?

To move the issue to the correct queue, you select the new queue in the "Project" field when you post your response. I have done that for you - I moved this to the Drupal Commons queue, but I don't know what version of Drupal Commons you're using so I can't set the "Version" field correctly for you.

Hieu Tran AGI’s picture

Version: 7.x-3.2 » 7.x-3.20
Hieu Tran AGI’s picture

Thank TR so much!
I updated the version of Drupal Common that I am using.

Best regards,
Hieu Tran

Hieu Tran AGI’s picture

I tried to reproduce the issue, I found that when I integrate nodejs into the drupal, configuration page was not loaded.
I installed Drupal on CentOS 6.6 Final on a VPS.
Drupal Commons: 7.x-3.20.
NodeJs: 7.x-1.9
sudo npm install
sudo npm install socket.io
sudo npm install request
sudo npm install express
sudo npm install connect

I can only configure nodejs and js by http://domain/admin/config/nodejs/config & http://domain/admin/config/nodejs/js, but can not access to these page by http://domain/admin/config then click on their hyperlinks.

tradenet’s picture

Category: Support request » Bug report
Priority: Normal » Major

I am having exactly the same problem integrating nodejs. As soon as I install any of the npm modules I get the WSoD when I navigate to ~/admin/config
Removing the nodejs_module subdirectory directory under the nodejs module directory clears the issue. But of course the nodejs module isn't installed as required.