Homepage › Community Forums › Rise Theme Support › Incompatible archive › Reply To: Incompatible archive
Ok it should be working now!
I did some research and apparently WordPress has a bug in 6.4.3. They are currently in the process of fixing it.
It has to do with zip files.
I’ve already applied a temporary fix, tested and uploaded the Rise and Evolv theme. I also added some sample content to go ahead and get you started. If you would like for me to delete the sample content just let me know.
Here’s the temporary workaround in case it happens to anyone else –
First download a Code Snippet plugin. I used the “Code Snippets” plugin.
Then create a code snippet and add the following code –
add_filter( ‘unzip_file_use_ziparchive’, ‘__return_false’ );
Save the code snippet and then try and Upload your Theme again and it should work.
*********
References below –
Bug Reported:
https://core.trac.wordpress.org/ticket/60398
Temporary Fix:
https://www.kadencewp.com/help-center/docs/kadence-theme/wordpress-error-incompatible-archive/