Closed (fixed)
Project:
Support Ticketing System
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2011 at 13:43 UTC
Updated:
5 Oct 2011 at 01:21 UTC
Hi,
I'm getting the following errors when any user submits a ticket.
Notice: Undefined variable: autocomplete in support_node_validate() (line 863 of /modules/support/support.module).
Notice: Undefined variable: autocomplete in _support_node_insert_update() (line 910 of /modules/support/support.module).
Notice: Trying to get property of non-object in support_mail_tokens() (line 1444 of /modules/support/support.module).
Appreciate any help.
Comments
Comment #1
bdragon commentedFixed, thanks.
http://drupalcode.org/project/support.git/commit/9863a9cc6df36c63f961e15...
I forgot the attribution and did a followup.
http://drupalcode.org/project/support.git/commit/3bc914b1c14e935df07f745...
Comment #2
bdragon commentedActually, the third warning might still be at large.
Tracking it down now.
Comment #3
bdragon commentedOK, got the third warning taken care of.
http://drupalcode.org/project/support.git/commit/98df5cf6611e7f99dda6207...
Comment #4
rolandk commentedThanks ! I'm not sure how to patch the mod. Is it possible to update the dev version with the changes ?
Comment #5
bdragon commentedThe release system on drupal.org checks if there were any changes once every 12 hours and rebuilds the dev tarball if necessary, so it should have them by now.
Comment #6
rolandk commentedThanks very much. I did not know about drupal's release system - here I was downloading netbeans and trying to manually patch.
Comment #7
bdragon commentedI missed the middle one, reopening.
Comment #8
bdragon commentedOK, the middle warning should be fixed now.
http://drupalcode.org/project/support.git/commit/66e67f419d6792eb85df3cd...
Comment #9
rolandk commentedI just reinstalled the dev version. I am logged in as a regd user. I try to create a new support ticket and get the same notice.
Should I have cleared site cache ?
Comment #10
bdragon commentedI think I missed the snapshot run by a bit. I just rolled the beta1 release, please try that.