I've set up my nodejs drupal installation to show a message on the recipients screen on receipt of a new message. This works fine for users but if i try sending a message to a specific user relationship it breaks with notices.

Notice: Undefined property: stdClass::$uid in privatemsg_nodejs_send() (line 382 of /home/nodejs3.drupal7.com/public_html/www/sites/all/modules/privatemsg_nodejs/privatemsg_nodejs.module).
Notice: Undefined property: stdClass::$uid in user_access() (line 808 of /home/nodejs3.drupal7.com/public_html/www/modules/user/user.module).
Notice: Undefined property: stdClass::$uid in user_access() (line 820 of /home/nodejs3.drupal7.com/public_html/www/modules/user/user.module).
Notice: Undefined property: stdClass::$roles in user_access() (line 821 of /home/nodejs3.drupal7.com/public_html/www/modules/user/user.module).
Notice: Undefined property: stdClass::$uid in user_access() (line 827 of /home/nodejs3.drupal7.com/public_html/www/modules/user/user.module).
Notice: Undefined property: stdClass::$uid in user_access() (line 830 of /home/nodejs3.drupal7.com/public_html/www/modules/user/user.module).
Notice: Undefined property: stdClass::$uid in template_preprocess_privatemsg_nodejs_alert() (line 546 of /home/nodejs3.drupal7.com/public_html/www/sites/all/modules/privatemsg_nodejs/privatemsg_nodejs.module).

Comments

laurencefass created an issue.