evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

Undefined array key "location" #42

Closed KamalNayanParmar closed 1 year ago

KamalNayanParmar commented 1 year ago

Hello,

I am having TYPO3 11.5.28 project and PHP 8.1 configuration. I have used store_finder 6.1.0 as it is only available for TYPO3 11.5 version. When I install and configure the plugin and run in the front end I got a PHP warning like below.

PHP Warning: Undefined array key "location" in /typo3conf/ext/store_finder/Classes/Controller/MapController.php line 204 Is anyone have a solution for this?

garbast commented 1 year ago

Change your php error settings. It is a warning not an error.