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

bleen’s picture

Is this happening consistently? Are you using admin and/or admin_menu?

brianfisher’s picture

Thanks for the tip, admin/structure/dart_tags came back after I disabled admin_menu. Re-enabled admin_menu and it's still there.

bleen’s picture

Status: Active » Closed (works as designed)

admin_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.

brianfisher’s picture

That's what I was using to flush the menu cache, also drush, but until I disabled/enabled the pages were not accessible.