link to page where I found a solution that seemed to have solved my problem:
https://stackoverflow.com/questions/23564138/how-to-enable-zip-dll-in-xampp
Al
found a suggestion online of a change to make to correct this problem.
in C:\xampp\php\php.ini
change ;extension=zip and ;extension=gd
to
extension=zip and extension=gd
this seems to have solved my problem with the export function within full site editing
Al
when I try to create a zip file from within the site editor:
Zip Export not supported, and
Zip Archive not available
how do I get this function to work on my local wordpress system, XAMPP, wp 6.7.1 and win 11. hard to create zip file of your new theme if this function is not working.
zip export does work if I am using the wordpress playground, just not on my local wp system.
help??
Al