Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

Openstreetmap doesn't start #251

Open alexbonazzi opened 3 months ago

alexbonazzi commented 3 months ago

I installed piwigo chart version 12.13.6 on truenas scale cobia. I installed openstreetmap plugin. When I try to activate plugin I get a generic error. I can't also configure plugin. How can I fix that ?

klaoun commented 2 months ago

hello For example this when i click config and i see

PHP Warning: Undefined array key "autocenter" in ...file.admin_config.tpl.php on line 234 PHP Warning: Undefined array key "autocenter" in ...file.admin_config.tpl.php on line 236 PHP Warning: Undefined array key "mapquest_apikey" in ....file.admin_config.tpl.php on line 446

php 8.3

alexbonazzi commented 2 months ago

when I click config I see

Invalid URL - plugin piwigo-openstreetmap not active

alexbonazzi commented 2 months ago

piwigo version is 14.3.0 openstreemap version is 14.c

klaoun commented 2 months ago

hello I resolved manually I added in phpmyadmin ---> piwigo_plugins :

id--> piwigo-openstreetmap state --> active version --> 14.c

php 8.2

oli1313 commented 2 months ago

Hello, Solved for me also with the help of klaoun : MariaDB [piwigo]> insert into piwigo_plugins (id,state,version) values ('piwigo-openstreetmap','active','14.c');
Query OK, 1 row affected (0.025 sec)