Closed (fixed)
Project:
Drupal.org Testing
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2011 at 13:16 UTC
Updated:
21 Aug 2011 at 01:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
webchickLooks like this is caused by #334084: Module order in install profiles : Undefined property: views_display::$display_options.
KarenS points out the fix there in #6: "So the key is that views has to be ahead of all modules that create default views in the installation profile."
Comment #2
webchickHm. Well I can certainly reproduce the problem. But I'm not sure why it's happening, since views is already early in the list, only behind install_profile_api which doesn't contain any views.
Oh, well. Let's try this.
Comment #3
webchickThat wasn't quite far enough. I actually had to move views directly below taxonomy. Don't ask me why.
Comment #4
webchickCommitted and pushed to master.