Tuurlijk / t3ext-h5p

TYPO3 H5P plugin
7 stars 16 forks source link

Class H5PCore not found #1

Open Teisi opened 5 years ago

Teisi commented 5 years ago

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 commented 5 years ago

I have the same problem with Typo3 version 9.5.8

bocianl commented 5 years ago

The same here :(

Epoche-Napoleon commented 5 years ago

How to installieren the h5p-Core

localhorst commented 4 years ago

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

sebastian-fahrenkrog commented 3 years ago

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 commented 3 years ago

Does anybody installed it without composer?

Tuurlijk commented 2 years ago

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

kj-coupling commented 2 years ago

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