• Resolved almcrorie

    (@almcrorie)


    I am using a local wordpress site with xampp, wordpress 6.7.1, and whenever I try to create a zip file using the create block theme plugin, nothing happens, no zip file is produced. I do note that plugin docs indicate that the plugin has not tested with my version of wordpress.

    what do I do to correect this situation?

    Al

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter almcrorie

    (@almcrorie)

    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

    Thread Starter almcrorie

    (@almcrorie)

    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

    Thread Starter almcrorie

    (@almcrorie)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.