TYPO3 StandaloneView not finding Templates – PHP
I am using the StandaloneView to output some data. The problem I encountered is that the given TemplateRootPath is just ignored. TYPO3 throws an exception saying that it looked for the template in /typo3/public/typo3conf/ext//Resources/Private/Templates/ but the given TemplateRootPath is one…