skip to Main Content

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…

VIEW QUESTION

TYPO3 10.4 – How add in hreflang, more Output, only 2 BE Language? – SEO

my Request in TYPO3 10.4 with the tx_seo is for only two Lang: de-CH and en-US like this: <link rel="alternate" hreflang="de-CH" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="de-DE" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="de-AT" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="en-US" href="https://www.example.org/en/products/test-rail"/> <link rel="alternate" hreflang="x-default" href="https://www.example.org/en/products/test-rail"/> I have…

VIEW QUESTION
Back To Top
Search