slimx
neotheghost
Hello, you can try to install the zip module, please replace 74 with your php version, please back up the relevant files before operation.
The installation command is as follows:
cd /www/server/php/74/src/ext/zip/
/www/server/php/74/bin/phpize
./configure --with-php-config=/www/server/php/74/bin/php-config
make && make install
php-7.4 Manage → At the end of the configuration file, add:
extension = zip.so
restart your php