Questo contenuto è disponibile in Italiano
If you do a good job with your WordPress site by keeping it constantly updated you have surely noticed that in the latest version, 6.4.3 released on January 30 this year, there is something big wrong:
Uploading Zip archives to update your plugins or theme will get the “Incompatible Archive” error screen that has the web enraged!
Virtually all Zip archives created on the Appla MacOS operating system (plugin or theme folder) can no longer be uploaded to WordPress because of this error, which was promptly reported via ticket to the developers.
There are those who have already found the solution by applying a simple filter in the function.php, Jose Mortellaro, who explains it in his blog in this article.
Add this function to your function.php to fix, or momentarily upload your files via SFTP:
add_filter( 'unzip_file_use_ziparchive', '__return_false' );
Questo contenuto è disponibile in Italiano