Nothing appears to me.
Unfortunately I don't know why I only have problems with keyhelp, too bad because I liked it as a panel.
I am curious, how do you know determine, what extensions you need, when you do not know, what extensions are missing?
Code: Select all
imap
pdo_sqlite
propro
raphf
wddx
xmlrpc
No, too many extensions may slow down the server a bit, but this should be minimal.
Hey and welcome. I really like your panel - I was working on paid IspManager and it was really bad.Florian wrote: ↑Thu 9. Feb 2023, 09:50 Hello,
PHP module for the system PHP version can be installed easily by apt
PHP modules for the additional Keyhelp PHP version have to be compiled or installed via PECL.
e.g. compiling of redis extension for PHP 7.4:
Code: Select all
wget https://pecl.php.net/get/redis-5.1.1.tgz tar xzf redis-5.1.1.tgz cd redis-5.1.1/ /opt/keyhelp/php/7.4/bin/phpize (install autoconf if necessary) ./configure --with-php-config=/opt/keyhelp/php/7.4/bin/php-config make make install echo "extension=redis.so" > /opt/keyhelp/php/7.4/etc/conf.d/redis.ini /etc/init.d/keyhelp-php74-fpm restart
Code: Select all
/opt/keyhelp/php/7.4/bin/phpize (install autoconf if necessary)
./configure --with-php-config=/opt/keyhelp/php/7.4/bin/php-config
make
make install