With ctools 7.x-1.2, after flushing the drupal cache, all the ctools ui menu entries disappear from the menu_router table, so can't access admin/structure/dart_tags. Seems like dart_tag_ui.class.php is not loading during a cache flush.
With ctools 7.x-1.2, after flushing the drupal cache, all the ctools ui menu entries disappear from the menu_router table, so can't access admin/structure/dart_tags. Seems like dart_tag_ui.class.php is not loading during a cache flush.
Comments
Comment #1
bleen commentedIs this happening consistently? Are you using admin and/or admin_menu?
Comment #2
brianfisher commentedThanks for the tip, admin/structure/dart_tags came back after I disabled admin_menu. Re-enabled admin_menu and it's still there.
Comment #3
bleen commentedadmin_menu comes with a flush_caches->menus option if you click the favicon in the top left. I often have to use this to get my menues to appear properly in the admin menu toolbar.
Sounds like this was your issue as well.
Comment #4
brianfisher commentedThat's what I was using to flush the menu cache, also drush, but until I disabled/enabled the pages were not accessible.