Closed (cannot reproduce)
Project:
Drupal core
Version:
7.9
Component:
taxonomy.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2011 at 20:53 UTC
Updated:
23 Sep 2014 at 17:53 UTC
Jump to comment: Most recent
Comments
Comment #1
bmayer commentedI have the same problem and I think it is because I hosed the default taxonomy for forums. I would love to know how to fix this.
Notice: Trying to get property of non-object in taxonomy_overview_terms() (line 279 of /srv/www/vhosts/gaming/drupal7/modules/taxonomy/taxonomy.admin.inc).
Notice: Trying to get property of non-object in taxonomy_overview_terms() (line 403 of /srv/www/vhosts/gaming/drupal7/modules/taxonomy/taxonomy.admin.inc).
Notice: Trying to get property of non-object in taxonomy_overview_terms() (line 405 of /srv/www/vhosts/gaming/drupal7/modules/taxonomy/taxonomy.admin.inc).
Comment #2
mdupontsee #1230612: Multiple errors when viewing Tag
Comment #3
dddave commentedCan this be reproduced in 7.4?
Comment #4
DrupalQ commentedI am having this same issue in Drupal 7.9.
I had successfully installed a forum on this site at one point and got rid of it.
When I tried to create a forum a second time I also got this error:
Trying to get property of non-object in taxonomy_overview_terms() also in lines 279, 403 and 405 /modules/taxonomy/taxonomy.admin.inc).
Same as bmayer indicated above.
Any suggestions?
Comment #5
xjmWhat would really help is some steps to reproduce this error, starting with "Install Drupal core."
Note that this issue appears different from #1075998: Notice: Undefined index: taxonomy_term after re-using term reference fields (the error messages are different).
Comment #6
jkingsnorth commentedNo response for a long time, so closing this issue. Please reopen if it is still a problem.
Comment #7
dave the brave commentedFWIW I debugged a similar issue and found that the 'forum' vocabulary nav variable (forum_nav_vocabulary) was not set in my installation, and that just plain breaks things. In the forum module there are a number of calls to variable_get('forum_nav_vocabulary', ''), but unfortunately if it is not set, using an empty vid has not been properly catered for.
If you set it, make sure to use the vid and not the machine name (i.e. the number, not the name). You will need to do this with drush, via the db, or using devel module's variable editor.