Opened 14 months ago
Closed 14 months ago
#60400 closed defect (bug) (duplicate)
CHECKCONS Issue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | critical | Version: | 6.4.2 |
Component: | Upload | Keywords: | |
Focuses: | Cc: |
Description
We provide over 20 Plugins for WordPress and since the last update all our clients have problems uploading our plugins because of the new CHECKCONS in ZIP archive: https://github.com/WordPress/WordPress/commit/a9b81d35279387e6940f2bea692973d2b70abe07
This fails for ALL plugin ZIPs created with a local MAC.
Can you please remove this CHECKCONS as it breaks zips created with MAC OS.
Error triggerd in classs-file-upload-upgrader.php line 79
Before:
$archive_is_valid = $archive->open( $filefile?, ZIPARCHIVE::CHECKCONS );
After:
$archive_is_valid = $archive->open( $filefile? );
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Let's handle this in #60398 where some discussion is already happening.