Make WordPress Core

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 );

Attachments (1)

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

Download all attachments as: .zip

Change History (2)

#1 @TobiasBg
3 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

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

Note: See TracTickets for help on using tickets.