#60416 closed defect (bug) (duplicate)
Theme and plugin zip file type not supporting
Reported by: | 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)
Change History (5)
#2
@
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
@
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' );
)
Note: See
TracTickets for help on using
tickets.
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.