Error when i install Breadcrumb2 in a new Drupal site:

FieldException: Attempt to create a field of unknown type link_field. in field_create_field() (line 110 of D:\xampp\htdocs\breadcrumb3\modules\field\field.crud.inc).

Comments

g089h515r806’s picture

Status: Active » Fixed

fixed.

Status: Fixed » Closed (fixed)

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

g089h515r806’s picture

Status: Closed (fixed) » Active

The problemd still exist.

g089h515r806’s picture

Need install and enable link module first,
then enable breadcrumb2 modue.

g089h515r806’s picture

Some time you need update your Drupal, entity API module to latest version.

g089h515r806’s picture

I have test with:
link 1.1
Entity API 1.1
Rules 2.3
Views 3.7
Chaos tools 1.2
Drupal 7.21
PHP 5.4
This problem disappear.

when I test with:
link 1.0
Entity API 1.0
Rules 7.x-2.1
Views 3.5
Chaos tools 1.0
Drupal 7.17
PHP 5.4

This issue appears.

So please update them to latest version.

g089h515r806’s picture

test with:
link 1.1
Entity API 1.1
Rules 2.3
Views 3.7
Chaos tools 1.2
Drupal 7.21
PHP 5.3.8

It works correctly.

Joe Huggans’s picture

Issue summary: View changes

I had this issue when installing Commerce Billy Mail and the Date module at the same time. I uninstalled these modules and then installed Date first followed by Billy Mail

kloy23’s picture

Thanks JoefromLeeds,

I had this same issue when installing Commerce Billy Mail using drush. I was able to disable the date module which automatically disabled Commerce Billy Mail. I was then able to enable Date, then Commerce Billy Mail separately to fix this issue.

Kyle

Chetna_Negi’s picture

Thanks JoefromLeeds,

I was facing the same issue with Date module and the Commerce Billy Module. After finding your comment, I disabled both the modules and then installed date, afterwards Commerce Billy.
This solved my issue.

Thank you.