Wordpress theme upload error PCLZIP_ERR_BAD_FORMAT

前端 未结 8 834
忘掉有多难
忘掉有多难 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:40

    This error due to you are trying to upload Other than ZIP Compressed version. Other format is not supported while uploading the plugin in wordpress.

    You should unzip your plugin and make sure you compress with ZIP format and upload it will be working fine.

提交回复
热议问题