From a9d54eaa97e4691f5df84ef56ddca6b83b801d9b Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Thu, 15 Oct 2020 09:48:46 -0600 Subject: [PATCH] Warn about unsupported cache drivers being used for image resizing --- modules/system/classes/SystemController.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/system/classes/SystemController.php b/modules/system/classes/SystemController.php index 2f7ac2418..1b36c7b49 100644 --- a/modules/system/classes/SystemController.php +++ b/modules/system/classes/SystemController.php @@ -1,6 +1,7 @@ default to a persistent cache driver.'); + } } catch (Exception $ex) { // If it failed for any other reason, restore the config so that // the resizer route will continue to work until it succeeds