Problem/Motivation

After update to 7.x-1.2
Warning: Attempt to read property "tid" on bool in taxonomy_manager_get_partial_tree() (line 631 of taxonomy_manager.module).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wamwam created an issue. See original summary.

caschbre’s picture

Status: Active » Needs review
FileSize
468 bytes

This was annoying me as well... looks like a variable that was an array was set to a single value. Ensuring it is always an array resolved the issue for me.

  • klausi committed db940ac1 on 7.x-1.x
    Issue #3333614: Fix another PHP warning: Attempt to read property "tid"...

  • klausi committed 2fab4f39 on 7.x-1.x authored by caschbre
    Issue #3333614 by caschbre: Fix PHP warning: Attempt to read property "...
klausi’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Status: Needs review » Fixed

Merged, thanks! Also fixed the same warning for the double tree form.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.