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
Comment #1
likewhoa commentedI traced it to some code that was using taxonomy_term_view() and fixed the coding error.
Comment #2
omaster commentedWhat was the fix?
Comment #3
likewhoa commented@omaster just old code in my own module which stopped working over time,.
Comment #4
omaster commentedYeah 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.