Wordpress theme upload error PCLZIP_ERR_BAD_FORMAT

时光毁灭记忆、已成空白 提交于 2019-12-03 01:20:15

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.

One of simple alternative is to download theme package, upzip it and upload through FTP whole theme folder into

/wp-content/themes

Then go to Admin CP and switch to new installed theme.

please check that only those file are here that you wan to upload. i was getting same problem, then i search on folder, there was already zip folder in it. after uploading that zip file. the problem was solved. Now the themes is activated.

I had this problem while trying to install Wordpress plugin from the Wordpress interface. Turns out the disk space quota was full for that specific account. I went to WHM manager and increased the quota and the problem was solved.

I had a similar problem when I was installing plugins for a theme. It appeared that in the meantime plugins' download url had changed, updating it solved the problem :)

I found one more case which may help you.

It throws the same error if the zip file is incomplete or corrupt.

graphypro

This is because you are uploading the theme as a ".rar" file.

Convert the theme into ".zip" file and then upload it to your site.

For converting into the ".zip":

  1. Right-click on the folder of your theme folder.

  2. Select "Send to".

  3. Click on "Compressed (zipped) folder".

  4. Upload ".zip" file to your WordPress site.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!