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

Class H5PCore not found #1

Open
Teisi opened this issue Jun 20, 2019 · 8 comments
Open

Class H5PCore not found #1

Teisi opened this issue Jun 20, 2019 · 8 comments

Comments

@Teisi
Copy link

Teisi commented Jun 20, 2019

Class 'H5PCore' not found after install on TYPO3 8.7.26 non composer mode

Error thrown in file
..../typo3/typo3conf/ext/h5p/Configuration/TCA/Overrides/tt_content.php in line 54.

@garf-m
Copy link

garf-m commented Jul 30, 2019

I have the same problem with Typo3 version 9.5.8

@bocianl
Copy link

bocianl commented Oct 10, 2019

The same here :(

@Epoche-Napoleon
Copy link

How to installieren the h5p-Core

@localhorst
Copy link

I guess you have to use composer mode, because without composer TYPO3 will not be able to autoload the h5p-core Classes.

@sebastian-fahrenkrog
Copy link
Contributor

sebastian-fahrenkrog commented Dec 15, 2020

Problem is: the autoloader works different in non composer mode.

If you want the extension to run in typo3 without composer mode, you must add this to ext_emconf.php:

'autoload' => array ( 'classmap'=> ["Resources/Public/Lib"], 'psr-4' => array ( 'MichielRoos\\H5p\\' => 'Classes', ), ),

After that you have to clear the cache and regenerate the autoloader

@electrigga
Copy link

Does anybody installed it without composer?

@Tuurlijk
Copy link
Owner

Can you let me know if the latest v10 and v11 releases fix this issue?

@kw-coupling
Copy link

Tried this extension in 11.5.15 ..issue still not fixed.

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

No branches or pull requests

9 participants