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).

Comments

webchick’s picture

Looks 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."

webchick’s picture

Status: Active » Needs review
StatusFileSize
new556 bytes

Hm. 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.

webchick’s picture

StatusFileSize
new992 bytes

That wasn't quite far enough. I actually had to move views directly below taxonomy. Don't ask me why.

webchick’s picture

Status: Needs review » Fixed

Committed and pushed to master.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.