Closed (fixed)
Project:
Administration Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2013 at 05:32 UTC
Updated:
18 Jul 2013 at 12:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
damiankloip commentedUsually a little more info is helpful. That's just an error with no context.
Comment #2
damiankloip commentedPlus 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.
Comment #4
couloir007 commentedI'm running this on Pantheon and I'm seeing the same issue.
Thanks!
Comment #5
griz commentedI'm also getting this with the current stable version of Views.
Comment #6
kingfisher64 commentedWhen 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
Comment #7
damiankloip commentedI 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?
Comment #8
kingfisher64 commentedJust 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
Comment #9
damiankloip commentedok, Let's go with that then, seems like a pretty harmless fix. Committed to 7.x-1.x