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

H5P Editor in v1.25 causes errors when creating CEs #37

Open
Schweriner opened this issue Jan 11, 2023 · 1 comment
Open

H5P Editor in v1.25 causes errors when creating CEs #37

Schweriner opened this issue Jan 11, 2023 · 1 comment

Comments

@Schweriner
Copy link

Schweriner commented Jan 11, 2023

There is a missing function in h5p-core which is called by h5p-editor when installed in v1.25 which leads to an error when creating elements in the backend:
Related: h5p/h5p-php-library#139

Possible solution: Restrict the composer.json h5p-editor lib to a certain version until the problem is solved.

"require": {
        "h5p/h5p-core": "^1.24.4",
        "h5p/h5p-editor": "1.24.4",
        "guzzlehttp/guzzle": "^7.4",
        "typo3/cms-core": "11.5.*"
    },
@Schweriner Schweriner changed the title H5P Editor in v1.25 leads causes errors when creating CEs H5P Editor in v1.25 causes errors when creating CEs Jan 11, 2023
@SimonMayr
Copy link

Hi,

I noticed that this issue has been open for some time now, and the extension is currently not usable due to the bug mentioned. (At least not for me) It would be helpful to know if there are any plans to address it soon.

Appreciate your help!

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