First of all check zip Module installed or not. So hover on Tools then click to Health. If showing zip Module missing then follow simple steps for installation.
How to Install zip Module
- Open SSH or terminal and login there.
- Now check php version using php -v command.
- Then enter command –
sudo apt-get install php8.1-zip
- Change php8.1 to your current php version then use above given command.
Complete installation procedure and restart server using sudo systemctl restart apache2 command.