Open Teisi opened 5 years ago
I have the same problem with Typo3 version 9.5.8
The same here :(
How to installieren the h5p-Core
I guess you have to use composer mode, because without composer TYPO3 will not be able to autoload the h5p-core Classes.
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
Does anybody installed it without composer?
Can you let me know if the latest v10 and v11 releases fix this issue?
Tried this extension in 11.5.15 ..issue still not fixed.
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.