Description
Non-standard cache settings do not work after upgrade.
Cache "name" should be fixed by upgrader (first letter of cache name should be changed to uppercase). Until that, cache fails to work.
In old version I used "Apcu" cache. Internal cache name was "apcu", but in release it was changed to "Apcu" and $fully_qualified_class_name inside Load.php tries to load class "SMF\Cache\APIs\apcu" and fails, because class name should be "SMF\Cache\APIs\Apcu".
It can be fixed by "Saving" new cache settings, but I wasted 2 hours to detect why this happens ...
Description
Non-standard cache settings do not work after upgrade.
Cache "name" should be fixed by upgrader (first letter of cache name should be changed to uppercase). Until that, cache fails to work.
In old version I used "Apcu" cache. Internal cache name was "apcu", but in release it was changed to "Apcu" and $fully_qualified_class_name inside Load.php tries to load class "SMF\Cache\APIs\apcu" and fails, because class name should be "SMF\Cache\APIs\Apcu".
It can be fixed by "Saving" new cache settings, but I wasted 2 hours to detect why this happens ...