Skip to content

Upgrader bug, cache fails to work #7561

@woodholly

Description

@woodholly

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 ...

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions