Closed (fixed)
Project:
Entity API
Version:
7.x-1.0-beta5
Component:
Core integration
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2010 at 22:07 UTC
Updated:
1 Mar 2011 at 15:21 UTC
upgraded to d7rc3 and updated entity to beta5.
got this error
Fatal error: require_once() [function.require]: Failed opening required '/home/foo/public_html/sites/all/modules/entity/entity/entity.controller.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/foo/public_html/includes/bootstrap.inc on line 2789
i looked in sites/all/modules/entity/entity and entity.controller.inc doesn't exist. it exists int /modules/entity/includes
site is down... reverting to previous entity builds doesn't work either...
thanks
Comments
Comment #1
bredi commentedI copied entity.controller.inc from the entity/includes directory into the entity/entity directory.
This allowed me to run update.php and things seem to be working.
I then removed entity.controller.inc from the entity/entity directory and things still seem to be working ok.
I hope this helps someone!
Comment #2
ngmaloney commentedI'm having the same issue. Anyone know where entity.controller.inc is being included from? Attempting to locate so I can roll a patch.
Comment #3
scor commented@bredi, I ran drush updb and it worked for me (I didn't use beta5 but a git clone from github, but the files are the same).
Comment #4
fagoIn my tests the entity.controller.inc was not necessary for the upgrade to work, however if it is for you copy the file in the "entity" subdirectory as described in #1. After updating, you can delete the whole entity sub-directory.
Comment #5
so4 commented#1 worked for me. thanks.
Comment #6
klausireopen if still an issue.