Active
Project:
Node.js integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 15:12 UTC
Updated:
5 Jul 2012 at 12:31 UTC
Jump to comment: Most recent
I get some notice in node page:
Undefined index: users in nodejs_get_content_channel_users() (line 60 of /var/www/drupal/sites/all/modules/nodejs/nodejs.module)
Comments
Comment #1
Anonymous (not verified) commentedcan you give me some more information?
like, which versions of the modules you have installed, and set of reproduce steps?
Comment #2
helpmelearn commentedNot working for me also , I am using Drupal Chat also on same page .
any idea what could be the issue.
///Notice: Undefined index: users in nodejs_get_content_channel_users() (line 60 of /home/content/08/9199908/html/sites/all/modules/nodejs/nodejs.module).
Comment #3
Anonymous (not verified) commentedshifting this over to the node.js queue.
Comment #4
slowflyer commentedFirst I only enabled "Nodejs integration" module
and got the same error.
Then I looked into it and saw that my node.js server was responding that the "Service Key" was invalid. No wonder, nothing to define a "Service key" on that config page.
I enabled "Nodejs Config" and defined the Service Key there.
After that, everything worked fine.