Conversation
supportUncaught Error: Class “ZipArchive” not found in /home/t70ovncn1rk9/public_html/wp-content/plugins/h5p/h5p-php-library/h5p.classes.php:1939
Hi, you need to enable the ‘zip’ extension for your php installation/setup.
Thank you for the answer. What if I cannot to enable the zip extension? My site was working and the new update broke it. I had to edit the plugin to disable the call for zip extension. Why not add a test before blindly assuming that zip is enabled? if ( ! class_exists('ZipArchive')) { return; } Just my $0.02…. Anyway, thank you for the great plugin and for answering me. Cheers, Gabriel
Hi, you need to enable the ‘zip’ extension for your php installation/setup.
Thank you for the answer. What if I cannot to enable the zip extension? My site was working and the new update broke it. I had to edit the plugin to disable the call for zip extension. Why not add a test before blindly assuming that zip is enabled? if ( ! class_exists('ZipArchive')) { return; } Just my $0.02…. Anyway, thank you for the great plugin and for answering me. Cheers, Gabriel