It just simply give "Home › Taxonomy"
Taxonomy is linked to "/taxonomy/term".

This issue is resolved when there's any node that is tagged for the term.

Comments

DaveTownsend’s picture

I am also having this issue. Any solutions would be welcome.

nedjo’s picture

Had a quick look at the code, didn't immediately see why this error is triggered. Ideas or a patch welcome.

najibx’s picture

Not sure if this is related to this issue, but whenever i modify the default Views "taxonomy_term", it will ONLY reflected on the term which is not a Parent term (term with a child). For example when I added a tab views_get_views () as a Views's footer, it will only shown in the child term, not in parent.

The reason i am doing this, because I want to add a term description/info as node with CCK fields and more, rather than using the term's description only which taxonomy_context offer (so I turn off show term description).

TQ

lee20’s picture

It just simply give "Home › Taxonomy"
Taxonomy is linked to "/taxonomy/term". This issue is resolved when there's any node that is tagged for the term.

I'm not sure I completely understand the original issue but I will do some testing to see if I can replicate it.

Not sure if this is related to this issue, but whenever i modify the default Views "taxonomy_term", it will ONLY reflected on the term which is not a Parent term (term with a child).

The issue you stated in comment #3 is a little different and is discussed in Issue #180014.

lee20’s picture

Status: Active » Closed (duplicate)

Okay, after testing this I think that the original issue was also being caused by the breadcrumbs conflict between views and taxonomy context. If this is not the case, please reopen this issue.

Please see Issue #180014.