Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 18:10 UTC
Updated:
25 Aug 2017 at 10:59 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerCurrently this is done because changing the path in the menu settings might require rebuilding the menu.
There is though another report about that problem: #941970: Only set router rebuild needed when something related to routing actually changes
Another question: why do you use the views ui on your live enviroment, you should better do this just on development and export your views into code.
Comment #2
kevinquillen commentedWe also noticed that we get hundreds of duplicate key errors on nearly every page load in the admin- I only noticed it on views. It happens on both dev and production, but the only call to menu_router_build is in admin_menu. I wonder if its been snuck into the db somehow in a php node or block.
Comment #3
dawehnerIt would be interesting to know which table has the duplicate key errors? I guess it's the menu router table, though this is hard to fix as this is part of the menu api.
Comment #4
kevinquillen commentedYeah. menu_router entries. I was working in Views mostly while a coworker was getting it basically everywhere. Trying to pin down what is triggering it.
Comment #5
mustanggb commented