diff --git a/core/dict.class.inc.php b/core/dict.class.inc.php index df644ce84..909213096 100644 --- a/core/dict.class.inc.php +++ b/core/dict.class.inc.php @@ -273,6 +273,7 @@ class Dict self::$m_aData[$sLangCode] = self::GetApcService()->apc_fetch(self::$m_sApplicationPrefix.'-dict-'.$sLangCode); if (! is_array(self::$m_aData[$sLangCode])) { + IssueLog::Warning("APCu corrupted data (with $sLangCode dictionnary). APCu configuration and running version should be troubleshooted..."); unset(self::$m_aData[$sLangCode]); } else