Trying to update to the latest version of the FileField module I receive the following error from drush:

Executing filefield_meta_update_6100 [success]
Drush command could not be completed. [error]
Output from failed command : [error]

Fatal error: Call to undefined function filefield_meta_file_update() in
xxxxxx/sites/all/modules/filefield/filefield_meta/filefield_meta.install
on line 165

The same error occurs running update.php manually.

Comments

quicksketch’s picture

Thanks for the report. You can fix this problem by enabling FileField Meta, then running the updates. What's probably happening here is that the module's not loaded (since it's disabled), but the update is trying to call a function in it.

wuh’s picture

Status: Active » Closed (fixed)

Worked like a charm, thank you!

ChaToXXX’s picture

Thank you, this (enabling filefield_meta before the update.php) worked for me too.