Falls folgender Fehler erscheint
PHP Fatal error: Call to undefined method TYPO3\CMS\Core\Utility\GeneralUtility::readLLXMLfile()
muss man in der Extension Datei class.tx_ExtensionName_pi1_wizicon
die Methode includeLocalLang wie folgt ersetzen:
function includeLocalLang() { $llFile = t3lib_extMgm::extPath('html5video').'locallang.xml'; return TYPO3\CMS\Core\Utility\GeneralUtility::readLLfile($llFile, $GLOBALS['LANG']->lang) ; }