I have got this error message: notice: Undefined property: stdClass::$sid in su_comments_user() (line 72 of /sites/all/modules/contrib/su_comments/su_comments.module).
I am using php 5.3.
I have got this error message: notice: Undefined property: stdClass::$sid in su_comments_user() (line 72 of /sites/all/modules/contrib/su_comments/su_comments.module).
I am using php 5.3.
Comments
Comment #1
mibfire commentedComment #2
AlexisWilke commentedThis error, in itself, is not too much of a problem, although I'm wondering why 'sid' is expected to be defined.
But the test in the if() statements are incorrect.
This means the intended UPDATE never occurs because the first if() is always true.