h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

Content type accordion crashes site (fatal error) #62

Open timiwahalahti opened 6 years ago

timiwahalahti commented 6 years ago

Updated the client site to use latest version 1.10.0. After that every page with h5p shortcode that embeds accordion content crashes site and causes following fatal error.

Fatal error: Uncaught Error: Class 'ZipArchive' not found in /var/www/stage.env.com/projects/project/releases/20170608103444/content/plugins/h5p/h5p-php-library/h5p.classes.php:1651 Stack trace: #0 /var/www/stage.env.com/projects/project/releases/20170608103444/content/plugins/h5p/h5p-php-library/h5p.classes.php(1961): H5PExport->createExportFile(Array) #1 /var/www/stage.env.com/projects/project/releases/20170608103444/content/plugins/h5p/public/class-h5p-plugin.php(839): H5PCore->filterParameters(Array) #2 /var/www/stage.env.com/projects/project/releases/20170608103444/content/plugins/h5p/public/class-h5p-plugin.php(924): H5P_Plugin->get_content_settings(Array) #3 /var/www/stage.env.com/projects/project/releases/20170608103444/content/plugins/h5p/public/class-h5p-plugin.php(825): H5P_Plugin->add_assets(Array) #4 /var/www/stage.env.com/projects/project/releases/20170608103444/wp/wp-includes/shortcodes.php(345): H5P_Plugin->shortcode(Array, '', 'h5p') #5 [internal function]: do_shortcode_tag(Array) in /var/www/stage.env.com/projects/project/releases/20170608103444/content/plugins/h5p/h5p-php-library/h5p.classes.php on line 1651
icc commented 6 years ago

It looks like your PHP is missing the ZipArchive extension.

timiwahalahti commented 6 years ago

I'll install that and see what happens. But really, situation when the extension is missing needs to be handed more gracefully.