Make WordPress Core

Opened 3 months ago

Closed 3 months ago

#60400 closed defect (bug) (duplicate)

CHECKCONS Issue

Reported by: welaunchio's profile welaunchio 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)

Bildschirmfoto 2024-01-31 um 14.17.24.png (109.7 KB) - added by welaunchio 3 months ago.

Download all attachments as: .zip

Change History (2)

#1 @TobiasBg
3 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Let's handle this in #60398 where some discussion is already happening.

Note: See TracTickets for help on using tickets.