Not sure when this is happening but seems to only be affecting anonymous users and the admin user. I have all -dev modules and have been keeping everything up to date. Any suggestions are appreciated.

Notice: Trying to get property of non-object in taxonomy_term_view() (line 764 of modules/taxonomy/taxonomy.module).
EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids() (line 7614 of includes/common.inc).

Comments

likewhoa’s picture

Status: Active » Closed (fixed)

I traced it to some code that was using taxonomy_term_view() and fixed the coding error.

omaster’s picture

What was the fix?

likewhoa’s picture

@omaster just old code in my own module which stopped working over time,.

omaster’s picture

Yeah I have started to find out what the problem is with mine too. In my case it is the CCK - Fields conversion doesn't fully work. So i am recreating all my content types and converting the old data to the new content types. Sucks that it has to be done though.