Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Public/Lib/* files vs composer files #40

Open
dontWatchMeCode opened this issue Dec 13, 2023 · 1 comment
Open

Static Public/Lib/* files vs composer files #40

dontWatchMeCode opened this issue Dec 13, 2023 · 1 comment

Comments

@dontWatchMeCode
Copy link

dontWatchMeCode commented Dec 13, 2023

Composer Version of the packages h5p-core / h5p-editor will in most cases not be identical to the /Lib versions.

h5p/t3ext-h5p/Resources/Public/Lib/*

Not sure if this could lead to errors on minor version updates.

@markusa86
Copy link

markusa86 commented Nov 27, 2024

exact this is happening in TYPO3 11. Composer Version of h5p is 1.27.0. Maybe You shoud fix to version 1.24.0? But 1.24.0 is not working with PHP 8

If I click on the Backen Module H5P this error is shown:

Fatal error: Declaration of MichielRoos\H5p\Adapter\Core\Framework::fetchExternalData($url, $data = null, $blocking = true, $stream = '') must be compatible with H5PFrameworkInterface::fetchExternalData($url, $data = null, $blocking = true, $stream = null, $fullData = false, $headers = [], $files = [], $method = 'POST') in /var/www/html/public/typo3conf/ext/h5p/Classes/Adapter/Core/Framework.php on line 214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants