TYPO3-Caretaker/caretaker

eID is not working

manuelselbach opened this issue · 0 comments

If you try to use the eID with an TYPO3 7.6 LTS, this will fail with the following error:
Class 't3lib_div' not found in web/typo3conf/ext/caretaker/Classes/eid/class.tx_caretaker_Eid.php

The obsolete class t3lib_div is in use here. Here the class TYPO3\CMS\Core\Utility\GeneralUtility should be used.

If this is fixed, a new issue will occur. The second argument of method TYPO3\CMS\Core\Database\DatabaseConnection::fullQuoteStr() is missing.