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

TYPO3 Undefined array key 1 – PHP Versions

I have an extbase extension. If I add a new item then I see this error: PHP Warning: Undefined array key 1 in /var/www/html/typo3/typo3_src-11.5.13/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php line 202 My method: public function listAction(): ResponseInterface { // List if ($this->settings['display'] == '0') {…

VIEW QUESTION

How can I disable tls/crypto on apache 2.4, php 8, sendmail, typo3 11 with local mail exchange server?

These are my settings: sendmail.ini smtp_server = 10.1.xxx.xxx smtp_port=25 smtp_ssl=none php.ini [mail function] SMTP = 10.1.xxx.xxx smtp_port = 25 sendmail_path = "C:Webserversendmailsendmail.exe -t" Typo3 'MAIL' => [ 'defaultMailFromAddress' => '[email protected]', 'defaultMailFromName' => 'Domain', 'transport' => 'smtp', 'transport_sendmail_command' => '', 'transport_smtp_encrypt'…

VIEW QUESTION
Back To Top
Search