in2code-de / ipandlanguageredirect

TYPO3 redirect - browserlanguage and ip-address based

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Warning: Array to string conversion in /../Classes/Domain/Service/IpToCountry/LocalDatabase.php line 50

Patta opened this issue · comments

After updating to the latest version 5.2.1, i get the following warning in the log:
PHP Warning: Array to string conversion in Tue, 23 Apr 2024 13:44:59 +0200 [WARNING] request="1957a35219b32" component="TYPO3.CMS.Core.Error.ErrorHandler": Core: Error handler (FE): PHP Warning: Array to string conversion in /var/www/html/vendor/in2code/ipandlanguageredirect/Classes/Domain/Service/IpToCountry/LocalDatabase.php line 50

TYPO3 11.5.36
PHP 8.1.27
Composer mode
Extension setting ipToCountryService: 'In2code\Ipandlanguageredirect\Domain\Service\IpToCountry\LocalDatabase'

Any chance #44 is going to be released any time soon? The warning aside, the latest change broke this feature. String conversion of ['de'] will return 'Array'.

Thanks in advance!