in2code-de / ipandlanguageredirect

TYPO3 redirect - browserlanguage and ip-address based
GNU General Public License v3.0
14 stars 14 forks source link

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

Open Patta opened 2 months ago

Patta commented 2 months ago

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'

markus-scholz commented 2 weeks ago

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!