Commit de82cdd121f0a459e365678e95aaed832d0b08e2 (http://cgit.drupalcode.org/file_entity/commit/?id=de82cdd121f0a459e36567...) reverted a previously made change by deleting the hook_update_n function (file_entity_update_7216).

This prevents my website from updating any longer in AEgir since errors occur (db version is 7216 while module version is 7215). I think it is better to add a new version 7217 that reverts the changes made in 7216.

Comments

matthewgann’s picture

Agreed @sneyerst

In the meantime, you can modify $yourplatform/sites/all/drush/drushrc.php. Replace 'schema_version' => '7215' with '7216' and then re-verify the platform. It will get rid of the error and at least let you migrate.

devin carlson’s picture

Category: Support request » Bug report
Status: Active » Needs review
StatusFileSize
new633 bytes

A patch to add an empty update function.

devin carlson’s picture

Status: Needs review » Fixed

Tested #2 and committed to File entity 7.x-2.x.

  • Devin Carlson committed c9ab11c on 7.x-2.x
    Issue #2377373 by Devin Carlson: Reverted hook_update breaks already...

Status: Fixed » Closed (fixed)

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