skip to Main Content

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