Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
update.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 14:56 UTC
Updated:
24 Mar 2011 at 18:11 UTC
Hi i try to update from beta7 to beta8
on update.php i run in a WSoD screen. when i step to my root domain i see this error msg
Fatal error: Cannot redeclare entity_metadata_wrapper() (previously declared in ./sites/all/modules/entity/entity/entity/entity/entity/entity.module:903) in ./sites/all/modules/entity/entity/entity/entity/entity_metadata/entity_metadata.module on line 56
the site is now not more accessible
Comments
Comment #1
klausiIt looks like you have messed up your entity module installation, because there is no "/sites/all/modules/entity/entity/entity/entity/entity_metadata/entity_metadata.module" in beta 8. Remove the module completely from your file system and download it again. How did you update?
Comment #2
eule commentedi update the module over drupal ..in the new way...removed alle fine
Comment #3
Stephen Rockwell commentedI had the same issue on update within Drupal 7 update module manager.
Comment #4
klausiLooks like an update manager issue then.
Comment #5
bfroehle commented@eule: just delete the sites/all/modules/entitle folder and start over. This is a known issue in update.module, namely that it sometimes installs updates into a child folder of the base module. You can find that issue easily by searching.
Comment #6
bfroehle commentedIt's issue #986616: Update Manager fails when the primary module/theme for a project lives in a subdirectory, by the way.