We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's been reported that the v16.0 WordPress applaince is missing a coupld of recommended modules, namely zip and imagick:
zip
imagick
The relevant package names are php-zip & php-imagick so in the meantime, can be installed and enabled like this:
php-zip
php-imagick
apt update apt install php-zip php-imagick -y systemctl restart apache2
Despite this technically being a feature request, I'm tagging it as a bug to ensure they're included in the next release.
The text was updated successfully, but these errors were encountered:
JedMeister
Successfully merging a pull request may close this issue.
It's been reported that the v16.0 WordPress applaince is missing a coupld of recommended modules, namely
zip
andimagick
:The relevant package names are
php-zip
&php-imagick
so in the meantime, can be installed and enabled like this:Despite this technically being a feature request, I'm tagging it as a bug to ensure they're included in the next release.
The text was updated successfully, but these errors were encountered: