When creating a ticket, the following error is displayed:

Notice: Undefined property: stdClass::$client in _support_mail_notify() (line 2150 of .../sites/all/modules/support/support.module).

There's no check whether client attribute actually exists in the mentioned function.

Comments

stoltoguzzi’s picture

Is there a workaround/fix for this?

jeremy’s picture

Status: Active » Postponed (maintainer needs more info)

Client is required when creating support tickets. I'm unable to duplicate with Drupal 7.x-1.12 and support-7.x-1.x -- any tips on how to duplicate?

Konstantin Boyandin’s picture

@Jeremy: yes, looks like the above bug is the reason.

MickC’s picture

Version: 7.x-1.0-beta2 » 7.x-1.0-rc2

Hi I'm getting this error and I can't see how the related issue fixes the problem in the _support_mail_notify() function.
After using latest code from git still get the error message.

"Notice: Undefined property: stdClass::$client in _support_mail_notify() (line 2144 of sites/all/modules/support/support.module)."

Can't see a $client variable in dev either.

Thanks,

purencool’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)