Closed (outdated)
Project:
Support Ticketing System
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Oct 2011 at 05:05 UTC
Updated:
31 Mar 2023 at 04:57 UTC
Jump to comment: Most recent
Comments
Comment #1
stoltoguzzi commentedIs there a workaround/fix for this?
Comment #2
jeremy commentedClient 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?
Comment #3
jeremy commentedPerhaps related to #1390156: Notice: Undefined variable: client in _support_current_client() (line 3890 of ... sites/all/modules/support/support.module).
Comment #4
Konstantin Boyandin commented@Jeremy: yes, looks like the above bug is the reason.
Comment #5
MickC commentedHi 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,
Comment #6
purencool commented