Opened 3 years ago
Closed 3 years ago
#60400 closed defect (bug) (duplicate)
CHECKCONS Issue
| Reported by: | welaunchio | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upload | Version: | 6.4.2 |
| Severity: | critical | Keywords: | |
| Cc: | Focuses: |
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 );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Let's handle this in #60398 where some discussion is already happening.