Issue
- Unable to activate Accelerate-WP Redis Object cache:
PHP Warning: Cannot load module "redis" because required module "msgpack" is not loaded in Unknown on line 0
- The following can be seen in the yum output:
Scriptlet output:
1 warning: /opt/alt/php70/etc/php.d.all/redis.ini created as /opt/alt/php70/etc/php.d.all/redis.ini.rpmnew
Environment
- CloudLinux
- AccelerateWP
- Redis
Solution
- Rename redis.ini files for all versions of alt-php from 7.0 to 8.2:
# find /opt/alt/php* -type f -name "redis.ini" -exec mv {} {}.orig \;
The new version of this ini with the required module will be added. - Enable 'redis' in PHP Selector
Comments
0 comments
Please sign in to leave a comment.