This is already covered with pull request #4, but since this was not merged for a long time i'd ask to at least fix this simple issue to make form validation using ajax (eID) work again.
diff --git a/Classes/Utility/GeneralUtility.php b/Classes/Utility/GeneralUtility.php
index 9cf4d7a..a691392 100644
--- a/Classes/Utility/GeneralUtility.php
+++ b/Classes/Utility/GeneralUtility.php
@@ -839,7 +839,7 @@ class GeneralUtility implements SingletonInterface
$GLOBALS['TSFE']->fe_user->fetchGroupData();
// Include the TCA
- \TYPO3\CMS\Core\Core\Bootstrap::getInstance()->loadCachedTca();
+ \TYPO3\CMS\Frontend\Utility\EidUtility::initTCA();
// Get the page
$GLOBALS['TSFE']->fetch_the_id();
This is already covered with pull request #4, but since this was not merged for a long time i'd ask to at least fix this simple issue to make form validation using ajax (eID) work again.