A l'installation du module (avant sa config), une erreur apparait faisant planter tout le front-office :
(1/1) ContextErrorException
Warning: in_array() expects parameter 2 to be array, null given
in storeggmap.php line 282
Il serait pour cela judicieux d'ajouter une vérification à la ligne précédente :
if ($authorized_pages && (in_array("*", $authorized_pages) || in_array($this->context->controller->php_self, $authorized_pages)) && !empty($apikey)) { [...]
J'ai fait un pull request : https://github.com/ArnaudDx/Google-map-store-page-prestashop-1.7/pull/21