See title.

in entity_get_controller called at .../includes/common.inc (7679)
in entity_get_controller called at .../includes/common.inc (7646)
in entity_load called at .../sites/all/modules/contrib/entityreference/entityreference.module (820)
in entityreference_field_widget_form called at .../modules/field/field.form.inc (193)
in field_multiple_value_form called at .../modules/field/field.form.inc (58)

Comments

miro_dietiker’s picture

This seems harmless, but it isn't.

Let's start with you have a module enabled that defines an entity type, then add a field on nodes to refer to right that entity type...
Add data (nodes) eith references..

Later, for some reasons you decide to disable the module above in production.. E.g. Due to some problems you're trying to hotfix, in our case to drop system complexity and to check which module is responsible for some problems...

Unexpectedly, Edit forms are broken now!!

corvus_ch’s picture

Status: Active » Needs review

Latest dev seems to have already fixed that.

Did steps as described above with Entity reference 7.x-1.0. Once if have triggered the error I updated Entity reference to lates git HEAD. After refreshing the page with the error the form appeared as expected.

berdir’s picture

Status: Needs review » Fixed

Yes, looks fixed to me as well.

Status: Fixed » Closed (fixed)

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