I got lots of this error when I ran the drupal installer:
Notice: Undefined property: views_display::$display_options in views_plugin_display->init() (line 35 of /Users/joachim/Sites/mydrupalorg/profiles/drupalorg_testing/modules/views/plugins/views_plugin_display.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drupalorg_testing-views-first-1241358-3.patch | 992 bytes | webchick |
| #2 | drupalorg_testing-views-first-1241358-2.patch | 556 bytes | webchick |
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.