WPIntell

Source evidence

Broken if zip not enabled at server

Interactive Content – H5P · support · 2026-04-24T23:52:00+00:00

complaintsentiment
highseverity
0.96relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 27 rows with source links

18.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Gabriel Reguly unresolved
Uncaught 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

Comments

2 shown
icc0rz 2026-05-07T13:49:00+00:00

Hi, you need to enable the ‘zip’ extension for your php installation/setup.

Gabriel Reguly 2026-05-07T14:12:00+00:00

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