Hierarchical Select Taxonomy causes Panels module to stop working after upgrading to Drupal 7.9. The error I got:

Notice: Undefined index: hs_lineages in hs_taxonomy_field_formatter_view() (linea 402 di /home/sideoffc/public_html/sites/all/modules/hierarchical_select/modules/hs_taxonomy.module).

I had this notice on every page built with Panels Module. I got a three levels taxonomy dictionary.

CommentFileSizeAuthor
#9 hs_lineages-1324070-9.patch1.2 KBguillaumev

Comments

Jack3rror’s picture

sub, on a 2 level taxonoy hierarchy

The error comes when displaying "hierarchical Links" on my nodes

skizzo’s picture

Title: Hierarchical Select Taxonomy » Undefined index: hs_lineages in hs_taxonomy_field_formatter_view()

Changing title to better reflect content of issue. I see the same error without Panels. I have few vocabularies which are term-referenced in user account. Users pick terms in user profile via hierarchical_select, profiles are displayed ok and everything works nicely. As soon as I enable contributed module domain_taxonomy I get this error when displaying a user profile. If I disable domain_taxonomy the error goes away.

skizzo’s picture

Version: 7.x-3.0-alpha5 » 7.x-3.x-dev
dakhota’s picture

Issue tags: -#taxonomy

DELETED (mistake, sorry)

dakhota’s picture

Issue tags: +#taxonomy

DELETED (it was a mistake, caused by another module)

prodigeek’s picture

Issue tags: +#taxonomy

What was the conflict? I am facing the same issue?

Thank you,
Michael

Goekmen’s picture

I have the same error. I am not using Panels or Domain Taxonomy

Notice: Undefined index: hs_lineages in hs_taxonomy_field_formatter_view() (line 403 of .../sites/all/modules/hierarchical_select/modules/hs_taxonomy.module).

truongquangphuc’s picture

I have same error. I think it happen when i use hs with Views. How can i fix it?

guillaumev’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

Here is a patch that fixes the error message...

francoud’s picture

It worked for me. Should be committed to the "-dev" version at least... :) thanks

GANYANCI’s picture

Yes, it worked for me too.
Thanks.

odegard’s picture

Confirm, worked.

mzwyssig’s picture

Status: Needs review » Reviewed & tested by the community

Worked for me as well.

romansta’s picture

Worked for me as well.

cesareaugusto’s picture

Is the patch merged into the main release?

wim leers’s picture

Status: Reviewed & tested by the community » Closed (duplicate)