I get these error messages when using term referencing on taxonomy list I've created
- Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1368 of \modules\taxonomy\taxonomy.module
- Notice: Trying to get property of non-object in entity_extract_ids() (line 7286 of \includes\common.inc).
- Notice: Trying to get property of non-object in taxonomy_term_uri() (line 148 of \taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in taxonomy_field_formatter_view() (line 1372 of \modules\taxonomy\taxonomy.module).
- Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1368 of \modules\taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in entity_extract_ids() (line 7286 of \includes\common.inc).
- Notice: Trying to get property of non-object in taxonomy_term_uri() (line 148 of \modules\taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in taxonomy_field_formatter_view() (line 1372 of \modules\taxonomy\taxonomy.module).
- Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1368 of \modules\taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in entity_extract_ids() (line 7286 of \includes\common.inc).
- Notice: Trying to get property of non-object in taxonomy_term_uri() (line 148 of \modules\taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in taxonomy_field_formatter_view() (line 1372 of \modules\taxonomy\taxonomy.module).
- Notice: Undefined index: taxonomy_term in taxonomy_field_formatter_view() (line 1368 of \modules\taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in entity_extract_ids() (line 7286 of \includes\common.inc).
- Notice: Trying to get property of non-object in taxonomy_term_uri() (line 148 of \modules\taxonomy\taxonomy.module).
- Notice: Trying to get property of non-object in taxonomy_field_formatter_view() (line 1372 of \modules\taxonomy\taxonomy.module).
I'm running
I'm running
- recruit-7.x-1.x-dev
- entity-7.x-1.0-beta8
- views-7.x-3.x-dev
- ctools-7.x-1.x-dev
Comments
Comment #1
ddease2 commentedHaving the same issue. Anyone have suggestions?
Comment #2
ivan zugec commentedDo you get these errors when you attach the taxonomy reference field to a job or application?
Ivan
Comment #3
rottencheese commentedTo the job, not application.
my steps:
1. create job type
2. create fields for job type
3. one of the fields "text ref" chose taxonomy I've created
4. create job
Thanks appreciate the hard work.
Comment #4
rottencheese commentedComment #5
ivan zugec commentedThanks, I'll have to review the buildContent() method.
Ivan
Comment #6
ivan zugec commentedI have committed a patch. http://drupal.org/commitlog/commit/16660/689ddc9cb0d9cc325446002124afddb...
It should appear in the 7.x-1.x-dev branch in the next few hours.
Thanks
Comment #7
rottencheese commentedThanks Ivan
Comment #8
ivan zugec commented