You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1: PHP Catchable Fatal Error: Argument 1 passed to Tx_Vhs_ViewHelpers_Security_AbstractSecurityViewHelper::injectFrontendUserRepository() must be an instance of Tx_Extbase_Domain_Repository_FrontendUserRepository, instance of Tx_Cicregister_Domain_Repository_GlobalFrontendUserRepository given, called in /opt/local/apache2/htdocs/clients/uitleendienst/typo3/sysext/extbase/Classes/Object/Container/Container.php on line 228 and defined in /opt/local/apache2/htdocs/clients/uitleendienst/typo3conf/ext/vhs/Classes/ViewHelpers/Security/AbstractSecurityViewHelper.php line 44
#1: PHP Catchable Fatal Error: Argument 1 passed to Tx_Vhs_ViewHelpers_Security_AbstractSecurityViewHelper::injectFrontendUserRepository() must be an instance of Tx_Extbase_Domain_Repository_FrontendUserRepository, instance of Tx_Cicregister_Domain_Repository_GlobalFrontendUserRepository given, called in /opt/local/apache2/htdocs/clients/uitleendienst/typo3/sysext/extbase/Classes/Object/Container/Container.php on line 228 and defined in /opt/local/apache2/htdocs/clients/uitleendienst/typo3conf/ext/vhs/Classes/ViewHelpers/Security/AbstractSecurityViewHelper.php line 44
does solve the problem:
config.tx_extbase {
objects {
Tx_Extbase_Domain_Repository_FrontendUserRepository {
className = Tx_Extbase_Domain_Repository_FrontendUserRepository
}
}
}
The text was updated successfully, but these errors were encountered: