I have a site where Views module isn't present (I'm still setting it up!).

Some of the features I've copied from another site require Views.

On the Features admin page at admin/structure/features I see:

> Error message
Notice: Undefined index: views in features_install_modules() (line 599 of sites/all/modules/contrib/features/features.module).

Comments

joachim’s picture

Ah, actually, it's more complex than that.

The feature is already enabled, and I made some changes to it on another site: I added some views and therefore added Views as a dependency.

So it's in an unstable state in that it's enabled but is missing views!

hefox’s picture

Fixing it so no notices and add some warnings that something is enabled but missing dependency seems good idea, but, should deploy new depedencies at same time as updated feature!