twisted1919
Administrator
Staff memberFor people using RedisCache, after upgrading to 2.5.1 you'll get an error that says the application cannot locate the RedisCacheInterface.php file.
We're working right now to release a fix for it, which requires a new version upgrade.
Meanwhile, you can open the file /apps/common/config/main.php and add following change:
After the line that contains:
Hit enter and add:
We're working right now to release a fix for it, which requires a new version upgrade.
Meanwhile, you can open the file /apps/common/config/main.php and add following change:
After the line that contains:
PHP:
'common.components.ratelimiter.*',
PHP:
'common.components.cache.*',