Trying to update to the latest dev release to fix issue with OG autocomplete widget. http://drupal.org/node/1836090

using
Core 7.21
OG 7.x-2.2+12-dev
cTools 7.x-1.3
Entity 7.x-1.1

ER Update fails with following error:

Fatal error: Class 'EntityReference_BehaviorHandler_Broken' not found in /sites/all/modules/contrib/entityreference/entityreference.module on line 177

Anything I'm missing?

Thanks.

Comments

drvdt’s picture

+1

ataxia’s picture

I'm getting this error on a new install, right after importing (restoring) an existing database via backup-migrate.

I'm not using Organic Groups at all.

SocialNicheGuru’s picture

Issue summary: View changes

drush rr and drush rr --fire-bazooka are not working :(
http://drupal.org/project/registry_rebuild

mdelpozo’s picture

I had the modules installed in sites/all/modules, after migrating for a new server I had this error.
I solved it by:
1. deleting all instances of the folder entityreference
2. disable ctools (if drush dis ctools does not work, disbable it by database)
3. disable entity (if drush dis ctools does not work, disbable it by database)
4. drush en ctools
5. drush en entity
6. drush en entityreference
7. drush cc all

and just in case:

drush updatedb

pamelalies’s picture

Thanks to mdelpozo for his comment and great instructions, his solution fixed my issues as well.

MustangGB’s picture

Category: Bug report » Support request
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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