Error after upgrading to 2.5.1

Status
Not open for further replies.

twisted1919

Administrator
Staff member
For 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:
PHP:
'common.components.ratelimiter.*',
Hit enter and add:
PHP:
'common.components.cache.*',
 
Status
Not open for further replies.
Back
Top