Notice: Undefined index: module in views_plugin_display_system->execute_hook_menu() (line 274 of H:\wamp\www\drupal\sites\all\modules\admin_views\plugins\views_plugin_display_system.inc).

CommentFileSizeAuthor
#7 1940328-7.patch837 bytesdamiankloip
#6 undefined-index.png20.53 KBkingfisher64
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

damiankloip’s picture

Status: Active » Postponed (maintainer needs more info)

Usually a little more info is helpful. That's just an error with no context.

damiankloip’s picture

Status: Postponed (maintainer needs more info) » Fixed

Plus I'm pretty sure you're not using the 7.x-1.x-dev latest version, because there are just comments on that line. You have not got the recent changes.

I'm pretty sure this is actually a duplicate of #1787078: Notice : Undefined index: admin/structure/taxonomy/% in views_plugin_display_system->execute_hook_menu() . It's usually a good idea to check the queue for closed/fixed issues awswell.

If this is not fixed, please re open, after you have the dev version, or the 7.x-1.1 release.

Status: Fixed » Closed (fixed)

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

couloir007’s picture

I'm running this on Pantheon and I'm seeing the same issue.

Thanks!

griz’s picture

I'm also getting this with the current stable version of Views.

kingfisher64’s picture

Version: 7.x-1.x-dev » 7.x-1.2
Priority: Normal » Major
Status: Closed (fixed) » Active
FileSize
20.53 KB

When updating from 1.1 to 1.2 version I get the following output.

Notice: Undefined index: module in views_plugin_display_system->execute_hook_menu() (line 292 of sites/all/modules/admin_views/plugins/views_plugin_display_system.inc).

This fails on update manager when trying to run update.php (screenshot attached).

Many thanks for any advice

damiankloip’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Status: Active » Needs review
FileSize
837 bytes

I guess it's feasible that for some reason somewhere, this is not set. I guess this is only during updating. Can you try this patch and see if it removes the errors please?

kingfisher64’s picture

Just tried patch with latest dev and it applies cleanly. I'm not getting any errors displaying when running update.php, on any pages or in the log, so it's a go!

Thanks damiankloip

damiankloip’s picture

Status: Needs review » Fixed

ok, Let's go with that then, seems like a pretty harmless fix. Committed to 7.x-1.x

Status: Fixed » Closed (fixed)

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