[TYPO3-english] Re: Tx_Extbase_Domain_Repository_FrontendUserRepository->findAll() working in 4.5.30?

Calgacus map Brude calgach at gmail.com
Mon Nov 25 20:05:53 CET 2013


changed my TS like so:
config.tx_extbase.persistence.classes.Tx_Extbase_Domain_Model_FrontendUser.mapping.recordType >

 config.tx_extbase.persistence.classes {
    Tx_BpsCoupons_Domain_Model_FrontendUser {
        mapping {
            tableName = fe_users
        }
    }
}
 
 and I no longer get the error but still  get no results from user repo.
 $ret = $this->userRepository->findByUsername('cory')->toArray();
        var_dump($ret);
gives an empty array and 
 $ret = $this->userRepository->countAll();
        var_dump($ret); gives 0.




More information about the TYPO3-english mailing list