[TYPO3-english] Command Controller: I can't execute a command that uses class repositories of my extension

Mikel lists at con-version.com
Tue Nov 7 13:18:56 CET 2017


Try to fetch a single record with findByUid instead of getting all with findAll. If you get a result, your repository has no records storage uid. You can set it global in TypoScript or you can change your repository settings.
Just to go for sure: Rename your method to execute and let your class extend the AbstractTask of TYPO3.

Does that solve the problem?

Mikel


More information about the TYPO3-english mailing list