I’ve got a problem concerning a plugin I’m writing for Typo3. I want to have access to a repository (and the content of that) of a plugin in a different plugin. Like importing the stuff from one plugin to another. What I tried was using @inject in my controller, but the result is null. And my action function: My Typo3
Tag: typo3-9.x
Select Input TYPO3 v9 Symfony Command
I want to make a scheduler command in TYPO3 v9, the problem is, that I don’t know and can’t find how I can make a select input. This is what I have: Answer You cannot put user choice questions on the command options…, instead you have to use a ask method of helper with ChoiceQuestion object to In your commande
TYPO3 / Extbase: Datamapper not working anymore with TYPO3 9.5.x
In older TYPO3 Versions like TYPO3 8.7.x, I used DataMapper to map the results from my querybuilder select result to an array of objects. That is working fine in TYPO3 8.7.x, but in TYPO3 9.5.x, I’ve …
“Class does not exist. Reflection failed.” with lazy loading and object storages
I’m upgrading a website from TYPO3 8 to TYPO3 9 All the code was working well with TYPO3 8. Now I have to adapt a lot as it came from even earlier TYPO3 (TCA, doctrine, …) and throws some errors. …