By allegragf on
I am using uc_node_checkout, I am not sure that has anything to do with the problem. However when you go to check out a product, node checkout has me created a node of my content type. In that content type I have a select list with taxonomy terms and a default term. When I go to preview I get this error
Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1596 of /var/www/drupal-7.22/modules/taxonomy/taxonomy.module).
EntityMalformedException: Missing bundle property on entity of type taxonomy_term. in entity_extract_ids() (line 7663 of /var/www/drupal-7.22/includes/common.inc).However when I remove this field from my content type I don't get the error. Does anyone have a clue what could be the problem?
Comments
=-=
which version of PHP is in use?
what other modules (other than UC) are in use that integrate with taxonomy, the taxonomy formatter module by chance?
I am using PHP Version
I am using PHP Version 5.3.5-1
The only enabled modules that have taxonomy listed in their description is core and ubercart. XML sitemap did have it, but I disable that and it did not help.
=-=
one of these may apply. Third on is in combination with UC.
Please have a look here:
Please have a look here: #2128265: Term field not displayed + Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1596 of taxonomy.module)