I'm seeing an error in one environment, which I can't reproduce locally, however I can see the following happening:

drush cc all

menu_get_active_theme() -> menu_get_item() -> entity load -> file_entity_load() -> token_replace() -> system_token_info() ->l() -> theme_get_registry() -> fences_get_fences_suggestion_info()

Should be possible to protect against the module_implements() cache not being right there by checking module_load_all(NULL) - same check as the theme registry does.

CommentFileSizeAuthor
#1 fences_2323299_module_load_all.patch500 bytescatch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

catch’s picture

Status: Active » Needs review
FileSize
500 bytes
JohnAlbin’s picture

Status: Needs review » Postponed (maintainer needs more info)

Sorry. Can you describe the problem a bit better?