Fatal error: require_once(): Failed opening required '/usr/local/zend/apache2/htdocs/degree9/sites/all/modules/entity/entity/entity.controller.inc' (include_path='.:/usr/local/zend/share/ZendFramework/library:/usr/local/zend/share/pear') in /usr/local/zend/apache2/htdocs/degree9/includes/bootstrap.inc on line 2730

getting this after update

Comments

klausi’s picture

Status: Active » Postponed (maintainer needs more info)

Does '/usr/local/zend/apache2/htdocs/degree9/sites/all/modules/entity/entity/entity.controller.inc' exist? How did you update? Drush? Update Manager?

michaellander’s picture

I had a similar issue using the update manager and I believe I know the problem. When using the update manager, the updated files got placed in a deeper folder.

My error was:

Fatal error: require_once(): Failed opening required 'C:\wamp\www\d7/sites/all/modules/entity/entity/entity.db.inc' (include_path='.;C:\php5\pear') in C:\wamp\www\d7\includes\bootstrap.inc on line 2709

However, the path to the entity.db.inc file is:

'C:\wamp\www\d7/sites/all/modules/entity/entity/entity/entity.db.inc'

Hope this helps.

michaellander’s picture

Status: Postponed (maintainer needs more info) » Active

Updated status.

klausi’s picture

Title: Fatal Error » Fatal Error on updating entity module
Project: Entity API » Drupal core
Version: 7.x-1.0-beta2 » 7.x-dev
Component: Entity CRUD API - main » update system

Looks like an update manager issue.

flyboarder’s picture

Updated using Update Manager, which caused the issue.

klausi’s picture