Closed (fixed)
Project:
Location Taxonomize
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 15:55 UTC
Updated:
17 Jun 2012 at 22:41 UTC
I'm getting this notice every time I update a record with Location Taxonomize and Addressfield:
Notice: Trying to get property of non-object in _find_term() (line 235 of /var/www/phaidon/sites/all/modules/location_taxonomize/location_taxonomize.module)
Should I be worried?
Comments
Comment #1
goron commentedCould you test whether you still get this error with the latest dev version (March 22)? I can't seem to reproduce...
Comment #2
adam_b commentedTried the dev version on a local copy of the database and didn't get the notice. I'll confirm later on the live copy.
Comment #3
adam_b commentedSorry, it's still giving the same message - but with a different line number this time:
Notice: Trying to get property of non-object in _find_term() (line 248 of /var/www/html/sites/all/modules/location_taxonomize/location_taxonomize.module).Comment #4
noslokire commentedI've got the same notice using latest 7.x-2.3+5-dev (2012-Mar-22)
Notice: Trying to get property of non-object in _find_term() (line 248 of /var/www/html/dorksandcorks.com/sites/all/modules/location_taxonomize/location_taxonomize.module).
Also using latest Addressfield module version 7.x-1.x-dev (2011-Dec-12) if that helps.
Comment #5
noslokire commentedI notice we are having the same issues with bulk updating, I wonder if this error is in some way connected with that one
#1495742: Problems with large data sets
Comment #6
noslokire commentedPatch here seems to have corrected the issue which after reading it, makes total sense #1580296: _find_term searches all vocabularies instead of just the location_taxonomize vocabulary
Comment #7
goron commentedfixed by #1580296: _find_term searches all vocabularies instead of just the location_taxonomize vocabulary