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

ddease2’s picture

Having the same issue. Anyone have suggestions?

ivan zugec’s picture

Do you get these errors when you attach the taxonomy reference field to a job or application?

Ivan

rottencheese’s picture

To 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.

rottencheese’s picture

ivan zugec’s picture

Assigned: Unassigned » ivan zugec

Thanks, I'll have to review the buildContent() method.

Ivan

ivan zugec’s picture

I 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

rottencheese’s picture

Thanks Ivan

ivan zugec’s picture

Status: Active » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.