Closed (fixed)
Project:
Table Wizard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jul 2009 at 11:53 UTC
Updated:
23 Sep 2009 at 19:30 UTC
The menu cache needs to be rebuilt after new views are created. I added new tables using the table wizard at admin/content/tw However all of the links to the per-table content views (e.g. admin/content/tw/view/mytablename) just displayed the same information as admin/content/tw. Clearing Drupal's menu cache fixed the problem for me and now I can browse the table content using the views. It'd be great, if a manual cache clear wasn't required.
Cheers,
Stella
Comments
Comment #1
yhager commentedI am having the same problem. Took me a while to understand I need to flush the menu cache after each addition/removal of a table in order to see its contents.
Comment #2
mikeryanFixed, thanks!
Comment #4
koyama commentedSorry for re-opening this, but I am having exactly this issue even with the latest development snapshot. Could something be wrong with the fix?
Environment:
To be sure that something else wasn't interfering, I tested with a completely fresh drupal install.
Comment #5
mikeryanTurns out menu_cache_clear_all() isn't enough, we needed to call menu_rebuild()...
Thanks!