Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 06:49 UTC
Updated:
22 Sep 2009 at 17:54 UTC
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