With the latest dev of statuses and webform 7.x-3.18 - I get this error message when a user submits the webform

Notice: Trying to get property of non-object in statuses_init() (line 369 of /***/***/***/sites/all/modules/contrib/statuses/statuses.module).

Using CSS to hide the error message temporarily

Comments

mathankumarc’s picture

Status: Active » Postponed (maintainer needs more info)

Does webform passing any parameter named sid in GET?

If so, then this is the place we need to look,

$rs = statuses_load($_GET['sid']);
$undefault = $undefault || ($rs->sender != $GLOBALS['user']->uid && $rs->message);
IceCreamYou’s picture

Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Fixed

This is probably something very specific to the way you named the items in your Webform. In any case, committed fix to dev.

iaminawe’s picture

Thank you very much - will test and report back here

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.