Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Print

Incompatible Archive Error with WordPress 6.4.3

During the installation of the Premium plugins or updating to the newest version, if you encounter the “Incompatible Archive”, especially in WordPress 6.4.3, don’t worry. This was an error verifying the compressed .zip file you are trying to upload.

Solution 1: You can unzip the Premium file then recompress it to upload to your site or upload the extracted folder via FTP. 

Solution 2: You can also use the Code Snippet plugin to add the below code:

add_filter( 'unzip_file_use_ziparchive', '__return_false' );