Closed btopro closed 4 years ago
It works with npm on my machine. What is your OS? What version of npm have you used? You also seem to have an outdated NodeJS on your ystem. You need 10.18 or greater, but you seem to have 10.15.2
That fixed initial install so thank you for that. Now it opens and then if I hit to open existing I get..
×
ReferenceError: H5PEditor is not defined
Editor.componentDidMount
src/client/views/Editor/H5P/H5P.tsx:43
40 |
41 | public componentDidMount(): void {
42 | const self = this;
> 43 | var ns = H5PEditor;
| ^ 44 |
45 | (function($) {
46 | H5PEditor.init = function() {
View compiled
▼ 20 stack frames were expanded.
Editor.componentDidMount
node_modules/react-hot-loader/dist/react-hot-loader.development.js:714
commitLifeCycles
node_modules/@hot-loader/react-dom/cjs/react-dom.development.js:19714
commitLayoutEffects
node_modules/@hot-loader/react-dom/cjs/react-dom.development.js:22684
HTMLUnknownElement.callCallback
sorry, that was when hitting create new. open existing does nothing. Also this is in console on load
It looks like the post install script did not run and install the h5p core library: https://github.com/Lumieducation/Lumi/blob/master/package.json#L44
You should try to run it manually and see if the errors persists.
yarn install
or if running yarn run postinstall
npm same issue
sh scripts/install.sh 1.24 && sh scripts/install.sh 1.24.1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 122 100 122 0 0 748 0 --:--:-- --:--:-- --:--:-- 743
100 194k 0 194k 0 0 401k 0 --:--:-- --:--:-- --:--:-- 401k
Archive: scripts/../h5p/tmp/core.zip
9a658ba387c7cc2d580bbf0800bc814a04537fca
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/
extracting: scripts/../h5p/tmp/core/h5p-php-library-1.24/.gitignore [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/LICENSE.txt [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/README.txt [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/composer.json [text]
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/doc/
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/doc/spec_en.html [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/embed.php [text]
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/fonts/
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/fonts/h5p-core-23.eot [binary]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/fonts/h5p-core-23.svg [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/fonts/h5p-core-23.ttf [binary]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/fonts/h5p-core-23.woff [binary]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/h5p-default-storage.class.php [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/h5p-development.class.php [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/h5p-event-base.class.php [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/h5p-file-storage.interface.php [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/h5p-metadata.class.php [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/h5p.classes.php [text]
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/images/
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/images/h5p.svg [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/images/throbber.gif [binary]
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-action-bar.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-confirmation-dialog.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-content-type.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-content-upgrade-process.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-content-upgrade-worker.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-content-upgrade.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-data-view.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-display-options.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-embed.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-event-dispatcher.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-library-details.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-library-list.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-resizer.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-utils.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-version.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-x-api-event.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p-x-api.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/h5p.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/jquery.js [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/request-queue.js [text]
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/settings/
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/js/settings/h5p-disable-hub.js [text]
creating: scripts/../h5p/tmp/core/h5p-php-library-1.24/styles/
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/styles/h5p-admin.css [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/styles/h5p-confirmation-dialog.css [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/styles/h5p-core-button.css [text]
inflating: scripts/../h5p/tmp/core/h5p-php-library-1.24/styles/h5p.css [text]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 129 100 129 0 0 992 0 --:--:-- --:--:-- --:--:-- 992
100 14 100 14 0 0 33 0 --:--:-- --:--:-- --:--:-- 33
Archive: scripts/../h5p/tmp/editor.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of scripts/../h5p/tmp/editor.zip or
scripts/../h5p/tmp/editor.zip.zip, and cannot find scripts/../h5p/tmp/editor.zip.ZIP, period.
mv: cannot move 'scripts/../h5p/tmp/core/h5p-php-library-1.24/doc' to 'scripts/../h5p/core/doc': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/core/h5p-php-library-1.24/fonts' to 'scripts/../h5p/core/fonts': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/core/h5p-php-library-1.24/images' to 'scripts/../h5p/core/images': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/core/h5p-php-library-1.24/js' to 'scripts/../h5p/core/js': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/core/h5p-php-library-1.24/styles' to 'scripts/../h5p/core/styles': Directory not empty
mv: cannot stat 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24/*': No such file or directory
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 784 0 --:--:-- --:--:-- --:--:-- 779
100 14 100 14 0 0 39 0 --:--:-- --:--:-- --:--:-- 39
Archive: scripts/../h5p/tmp/core.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of scripts/../h5p/tmp/core.zip or
scripts/../h5p/tmp/core.zip.zip, and cannot find scripts/../h5p/tmp/core.zip.ZIP, period.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 131 100 131 0 0 829 0 --:--:-- --:--:-- --:--:-- 829
100 1801k 0 1801k 0 0 2333k 0 --:--:-- --:--:-- --:--:-- 10.6M
Archive: scripts/../h5p/tmp/editor.zip
9361892a22ac6ab91e010e0b8a0a0e836f45a16a
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/.gitignore [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/README.md [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/CHANGES.md [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/LICENSE.md [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/adapters/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/adapters/jquery.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/build-config.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/ckeditor.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/config.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/contents.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/af.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ar.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/az.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/bg.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/bn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/bs.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/cs.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/cy.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/da.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/de-ch.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/de.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/el.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/en-au.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/en-ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/en-gb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/en.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/eo.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/es-mx.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/es.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/et.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/eu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/fa.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/fi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/fo.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/fr-ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/fr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/gl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/gu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/he.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/hi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/hr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/hu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/id.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/is.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/it.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ja.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ka.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/km.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ko.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ku.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/lt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/lv.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/mk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/mn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ms.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/nb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/nl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/no.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/oc.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/pl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/pt-br.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/pt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ro.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ru.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/si.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/sk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/sl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/sq.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/sr-latn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/sr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/sv.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/th.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/tr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/tt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/ug.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/uk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/vi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/zh-cn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/lang/zh.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/af.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/az.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/da.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/de.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/el.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/en.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/es.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/et.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/he.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/id.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/it.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/km.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/no.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/si.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/th.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/clipboard/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/clipboard/dialogs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/clipboard/dialogs/paste.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/colordialog/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/colordialog/dialogs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/colordialog/dialogs/colordialog.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/colordialog/dialogs/colordialog.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/dialog/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/dialog/dialogDefinition.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/icons.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/icons_hidpi.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/lineheight/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/lineheight/LICENSE [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/lineheight/README.md [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/lineheight/readme.txt [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/dialogs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/dialogs/anchor.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/dialogs/link.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/images/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/images/anchor.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/images/hidpi/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/link/images/hidpi/anchor.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/images/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/images/hidpi/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/images/hidpi/icon.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/images/icon-rtl.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/magicline/images/icon.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/pastefromword/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/pastefromword/filter/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/pastefromword/filter/default.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/removeRedundantNBSP/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/removeRedundantNBSP/plugin.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/af.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ar.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/az.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/bg.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/cs.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/cy.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/da.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/de.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/el.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/en-au.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/en.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/eo.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/es.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/et.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/eu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/fa.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/fi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/fr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/gl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/he.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/hr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/hu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/id.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/it.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ja.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/km.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ko.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ku.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/lt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/lv.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/nb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/nl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/no.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/oc.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/pl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/pt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ro.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ru.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/si.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/sk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/sl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/sq.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/sr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/sv.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/th.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/tr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/tt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/ug.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/uk.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/vi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/lang/zh.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/specialchar/dialogs/specialchar.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/table/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/table/dialogs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/table/dialogs/table.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/tabletools/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/tabletools/dialogs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/plugins/tabletools/dialogs/tableCell.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/css/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/css/samples.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/github-top.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/header-bg.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/header-separator.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/logo.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/logo.svg [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/img/navigation-tip.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/index.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/js/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/js/sample.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/js/sf.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/ajax.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/api.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/appendto.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/inlineall/
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/inlineall/logo.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/outputxhtml/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/posteddata.php [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/sample.jpg [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/uilanguages/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/assets/uilanguages/languages.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/autogrow/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/autogrow/autogrow.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/datafiltering.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/dialog/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/dialog/assets/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/dialog/assets/my_dialog.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/dialog/dialog.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/divreplace.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/enterkey/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/enterkey/enterkey.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/assets/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/assets/outputforflash/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/outputforflash.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/htmlwriter/outputhtml.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/index.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/inlineall.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/inlinebycode.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/inlinetextarea.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/jquery.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/magicline/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/magicline/magicline.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/readonly.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/replacebyclass.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/replacebycode.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/sample.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/sample.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/sample_posteddata.php [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/tabindex.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/toolbar/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/toolbar/toolbar.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/uicolor.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/uilanguages.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/wysiwygarea/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/wysiwygarea/fullpage.html [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/old/xhtmlstyle.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/css/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/css/fontello.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/config.json [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/fontello.eot [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/fontello.svg [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/fontello.ttf [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/font/fontello.woff [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/index.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/js/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/dialog.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/dialog_ie.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/dialog_ie7.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/dialog_ie8.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/dialog_iequirks.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/dialog_opera.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/editor.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/editor_gecko.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/editor_ie.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/editor_ie7.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/editor_ie8.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/.temp/css/editor_iequirks.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/dialog.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/dialog_ie.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/dialog_ie7.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/dialog_ie8.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/dialog_iequirks.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/dialog_opera.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/editor.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/editor_gecko.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/editor_ie.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/editor_ie7.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/editor_ie8.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/editor_iequirks.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/icons.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/icons_hidpi.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/arrow.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/close.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/hidpi/
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/hidpi/close.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/hidpi/lock-open.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/hidpi/lock.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/hidpi/refresh.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/lock-open.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/lock.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/images/refresh.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/readme.md [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/bootstrapck-sample.html [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/css/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/css/bootstrapck-sample.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/js/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/js/analytics.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/sample/js/jquery-1.11.0.min.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/gecko/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/gecko/editor_gecko.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie/dialog_ie.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie/editor_ie.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie7/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie7/dialog_ie7.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie7/editor_ie7.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie8/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie8/dialog_ie8.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/ie8/editor_ie8.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/iequirks/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/iequirks/dialog_iequirks.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/iequirks/editor_iequirks.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/opera/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/browser-specific/opera/dialog_opera.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_colorpanel.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_mainui.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_menu.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_panel.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_presets.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_reset.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_richcombo.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/_toolbar.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/components/editor.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/config/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/config/_colors.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/config/_config.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/config/_defaults.scss [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/dialog/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/skins/bootstrapck/scss/dialog/dialog.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor/styles.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/composer.json [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/h5peditor-ajax.class.php [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/h5peditor-ajax.interface.php [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/h5peditor-file.class.php [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/h5peditor-storage.interface.php [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/h5peditor.class.php [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/add.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/binary-file.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/collapse.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/down.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/expand.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/order.png [binary]
extracting: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/remove.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/transparent-background.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images/webm-file.png [binary]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/ar.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/bs.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/de.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/el.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/en.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/es-cr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/es-mx.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/es.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/et.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/eu.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/fi.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/fr.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/it.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/nb.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/nl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/nn.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/pl.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/pt-br.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/pt.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/ru.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language/tr.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/libs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/libs/darkroom.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/libs/darkroom.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/libs/fabric.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/libs/zebra_datepicker.min.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5p-hub-client.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-av.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-boolean.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-coordinates.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-dimensions.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-editor.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-file-uploader.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-file.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-form.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-fullscreen-bar.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-group.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-html.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-image-popup.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-image.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-init.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-library-list-cache.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-library-selector.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-library.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-list-editor.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-list.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-metadata-author-widget.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-metadata-changelog-widget.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-metadata.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-none.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-number.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-pre-save.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-select.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-selector-hub.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-selector-legacy.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-semantic-structure.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-text.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor-textarea.js [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts/h5peditor.js [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/config.rb [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/application.css [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-fullscreen-bar.eot [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-fullscreen-bar.svg [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-fullscreen-bar.ttf [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-fullscreen-bar.woff [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-hub.eot [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-hub.svg [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-hub.ttf [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-hub.woff [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-metadata-icons.eot [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-metadata-icons.svg [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-metadata-icons.ttf [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/fonts/h5p-metadata-icons.woff [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/h5p-hub-client.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/libs/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/libs/icons.png [binary]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/css/libs/zebra_datepicker.min.css [text]
creating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_copy-paste.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_deprecated.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_form-field.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_form-groups.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_fullscreen-bar.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_h5peditor-image-edit-popup.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_h5peditor-image-edit.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_metadata-author-widget.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_metadata-changelog-widget.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_metadata-form.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_metadata-popup.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_mixins.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_utils.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/_variables.scss [text]
inflating: scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles/scss/application.scss [text]
mv: cannot stat 'scripts/../h5p/tmp/core/h5p-php-library-1.24.1/*': No such file or directory
mv: cannot move 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/ckeditor' to 'scripts/../h5p/editor/ckeditor': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/images' to 'scripts/../h5p/editor/images': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/language' to 'scripts/../h5p/editor/language': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/libs' to 'scripts/../h5p/editor/libs': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/scripts' to 'scripts/../h5p/editor/scripts': Directory not empty
mv: cannot move 'scripts/../h5p/tmp/editor/h5p-editor-php-library-1.24.1/styles' to 'scripts/../h5p/editor/styles': Directory not empty
Done in 2.85s.
This might be related to #226. I will check it out in the next days and try to give a solution.
I think it is most likely the missing server: try npm run build:server && NODE_ENV=development node_modules/.bin/electron .
. I will update the documentation to make it clearer how everything works.
lumi@0.0.1 build:server /home/bto108a/Documents/git/Lumi
> npx tsc --project tsconfig.server.json
node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts:2950:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
2950 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@types/react/index.d.ts:2950:14
2950 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
~~~~~~~~~~~~~~~~~~~~~~~~
'LibraryManagedAttributes' was also declared here.
node_modules/@types/react/index.d.ts:2950:14 - error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
2950 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts:2950:14
2950 type LibraryManagedAttributes<C, P> = C extends React.MemoExoticComponent<infer T> | React.LazyExoticComponent<infer T>
~~~~~~~~~~~~~~~~~~~~~~~~
'LibraryManagedAttributes' was also declared here.
node_modules/@types/react/index.d.ts:2969:13 - error TS2717: Subsequent property declarations must have the same type. Property 'audio' must be of type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>', but here has type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>'.
2969 audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
~~~~~
node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts:2969:13
2969 audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
~~~~~
'audio' was also declared here.
node_modules/@types/react/index.d.ts:3077:13 - error TS2717: Subsequent property declarations must have the same type. Property 'video' must be of type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>', but here has type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
3077 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~
node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts:3077:13
3077 video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
~~~~~
'video' was also declared here.
src/server/controller/lumi-h5p.ts:141:28 - error TS2554: Expected 2 arguments, but got 1.
141 if (!(await fs.exists(contentPath))) {
~~~~~~~~~~~~~~~~~~~
node_modules/@types/node/fs.d.ts:1584:37
1584 function exists(path: PathLike, callback: (exists: boolean) => void): void;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
An argument for 'callback' was not provided.
Found 5 errors.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! lumi@0.0.1 build:server: `npx tsc --project tsconfig.server.json`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the lumi@0.0.1 build:server script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Note that on my machine you need npm run build && node_modules/.bin/electron .
to get things working. Otherwise the client isn't built and the development flag doesn't work in my Electron environment.
But I don't think @btopro's problem is related to this, as the build step for the server fails. I've just double-checked and the build process does work on my dev machine. Maybe this has to do with incorrectly installed dependencies. You had trouble installing dependencies before, so I suggest you restart from scratch.
Please try the following:
node_modules
, build
and h5p
directory or clone the repository into a new directorynpm install
againnpm run build
and check if the error persistsThe problem might also be caused by version of node or npm which are outdated. Please update NodeJS and NPM to the latest version (it works with NodeJS 12.6.1 and NPM 6.13.4). Should you have a global installation of TypeScript, it might also be used instead of the locally installed one in node_modules. If it is outdated, this might lead to problems. To check which version is used, execute npx tsc -v
. It should be 3.7.5.
also fails with npm