Closed (fixed)
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2013 at 16:41 UTC
Updated:
29 May 2017 at 15:39 UTC
Jump to comment: Most recent
Comments
Comment #1
drvdt commented+1
Comment #2
ataxia commentedI'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.
Comment #3
socialnicheguru commenteddrush rr and drush rr --fire-bazooka are not working :(
http://drupal.org/project/registry_rebuild
Comment #4
mdelpozo commentedI 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
Comment #5
pamelalies commentedThanks to mdelpozo for his comment and great instructions, his solution fixed my issues as well.
Comment #6
mustanggb commented