[TYPO3-english] Re: Tx_Extbase_Domain_Repository_FrontendUserRepository->findAll() working in 4.5.30?
Calgacus map Brude
calgach at gmail.com
Mon Nov 25 18:59:27 CET 2013
I tried making my own frontenduser model (extending the systems) and repo following this advice by Daniel on stackoverflow:
http://stackoverflow.com/questions/20148243/tx-extbase-domain-repository-frontenduserrepository-findall-not-working-in-ty
and I get this error:
#1247602160: Table 'devc.tx_myext_domain_model_frontenduser' doesn't exist: SELECT tx_myext_domain_model_frontenduser.* FROM tx_myext_domain_model_frontenduser WHERE tx_myext_domain_model_frontenduser.username = 'asdasd' Tx_Extbase_Persistence_Storage_Exception_SqlError thrown in file /home/typo3_src/typo3_src-4.5.30/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php in line 1008.
More information about the TYPO3-english
mailing list