I have a site that has Domain Access setup and has custom access control on vocabularies so that terms in a certain vocabulary can only appear on certain domains.

If you go to a term page where the term belongs to the vocabulary thats not set for the domain you're using, you get an exception: EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids().

This is caused by the globaldirect_init assuming taxonomy_term_load will return a valid term object.

CommentFileSizeAuthor
#1 entity_exception-1417498-1.patch764 bytesmjpa
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mjpa’s picture

Status: Active » Needs review
FileSize
764 bytes

Attaching patch...

Status: Needs review » Needs work

The last submitted patch, entity_exception-1417498-1.patch, failed testing.