pixelhosterweb sattarhusayn anonyx Same issue.. Then i install extension from ssh. here its showing installed. but not showing in OLSpanel! @admin please fix this issue.
anonyx Same issue on Ubuntu 22.04, can't install any extensions, press install, it showing installing ..., after finished, still unavailable ?
alonagomez Agree with all the posts. In AlmaLinux 9, I can't install Opcache. The Memcached and Redis extensions were installed but not working in the LiteSpeed Cache. I installed them in SSH to make both work. Below are the steps to activate them in LS Cache: Activate Memcached yum install memcached -y systemctl enable memcached systemctl start memcached yum install lsphp83-pecl-memcached –y /usr/local/lsws/bin/lswsctrl restart Activate Redis dnf install -y epel-release dnf install -y https://rpms.remirepo.net/enterprise/remi-release-$(rpm -E %rhel).rpm dnf install -y redis systemctl enable --now redis redis-cli ping dnf install -y lsphp83-pecl-redis /usr/local/lsws/lsphp83/bin/php -m | grep redis /usr/local/lsws/bin/lswsctrl restart Verify both in LiteSpeed Object Cache