comment_update_7005() fails with this fatal error:
Fatal error: Call to undefined function field_attach_create_bundle() in /var/www/drupal/modules/comment/comment.install on line 121
comment_update_7005() fails with this fatal error:
Fatal error: Call to undefined function field_attach_create_bundle() in /var/www/drupal/modules/comment/comment.install on line 121
Comments
Comment #1
damien tournoud commentedThis is due to #211182: Updates run in unpredictable order: the comment updates are run before
system_update_7020()had the chance to enable the field module.Comment #2
RoboPhred commentedThat issue number is this current issue... Wrong number?
Comment #3
damien tournoud commentedOups. Fixed.
Comment #4
dave reid