Wordpress theme upload error PCLZIP_ERR_BAD_FORMAT

前端 未结 8 711
忘掉有多难
忘掉有多难 2021-02-05 03:42

I\'m new to php as well as wordpress however because of some need I had to work with wordpress only. So just to start I read a tutorial and created a wordpress theme of my own a

8条回答
  •  遇见更好的自我
    2021-02-05 04:43

    I got this error when I had the zip-plugin not installed. For Ubuntu/Debian and php7.4 (Bionic) you can use

    apt-get install php7.4-zip
    service php7.4-fpm restart
    

提交回复
热议问题