You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
die('PhpFastCache is not enabled, please go to <strong>admin/config/development/phpfastcache</strong> then configure PhpFastCache or comment out the cache backend override in settings.php.');
\Drupal::logger('cache')->critical("{$error} Drupal is now working in degraded mode");
203
+
}
187
204
break;
188
205
}
189
206
}catch(phpFastCacheDriverCheckException$e){
190
-
$instance = CacheManager::getInstance('Devnull');
191
-
\Drupal::logger('cache')->critical("The Driver '{$driverName}' failed to initialize with the following error {$e->getMessage()}. Drupal is now working in degraded mode");
207
+
$error = "The Driver '{$driverName}' failed to initialize with the following error {$e->getMessage()}.";
0 commit comments