Make WordPress Core

Opened 10 months ago

Closed 10 months ago

Last modified 10 months ago

#60416 closed defect (bug) (duplicate)

Theme and plugin zip file type not supporting

Reported by: deeppatel8950's profile deeppatel8950 Owned by:
Milestone: Priority: normal
Severity: major Version: 6.4.3
Component: General Keywords:
Focuses: Cc:

Description

Hello,

I have updated WordPress to version 6.4.3, and I am encountering an issue when attempting to upload a theme or plugin zip file. The error message "Incompatible archive" is displayed.

Thank you.

Attachments (1)

zip-upload-error.png (213.0 KB) - added by deeppatel8950 10 months ago.

Download all attachments as: .zip

Change History (5)

#1 @priyank9033
10 months ago

Hello @deeppatel8950,

I am facing the same issue after updating the WordPress version. I am uploading the theme and plugin using SFTP on a temporary basis.

Thanks.

#2 @courane01
10 months ago

  • Keywords needs-patch removed
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #60398.

Please see https://core.trac.wordpress.org/ticket/60398 for additional information.

#3 @jorbin
10 months ago

Hi @deeppatel8950, welcome to trac. I am assuming that this zip was created using finder on macOS in which case this is already being tracked on #60398 which includes workarounds (you can build zips with the command line or another tool or you can force your site to not use ZipArchive with add_filter( 'unzip_file_use_ziparchive', '__return_false' );)

#4 @swissspidy
10 months ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.