Cannot extract any ZIP file
-
Everything in the plugin works fine but extracting is not possible:
Unable to extract files from “html/wp-content/plugins/xyz.zip”
I run WordPress as Docker container and the ZIP functionality is installed:
RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
libicu-dev \
libzip-dev \
libldap2-dev \
ssmtp && \
docker-php-ext-install zip && \
docker-php-ext-enable zip && \
docker-php-ext-install intl && \
docker-php-ext-enable intl && \
docker-php-ext-install shmop && \
docker-php-ext-enable shmopPermissions are set to 644 and 755. Can I debug this or collect some logs? I cannot find anything that would help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.