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

piwigo_osm_gps doesn't exist #43

Closed marfig2005 closed 9 years ago

marfig2005 commented 9 years ago

Hello, after last update of OSM plugin for Piwigo I'm facing fatal issues, e.g. when I click on world icon:

Warning: [mysql error 1146] Table 'piwigo.piwigo_osm_gps' doesn't exist SELECT path FROM piwigo_osm_gps; in /var/www/p/include/dblayer/functions_mysqli.inc.php on line 830

It looks that some table is missing in my db, but I don't know details how to create it.

Could you please kindly help?

Thank you Best Regards Martin

xbgmsharp commented 9 years ago

You need to restore the plugin. The table creation is only done during the install method.

marfig2005 commented 9 years ago

Hello, thank you, I confirm that deactivate and activate OSM plugin helped. Would be possible adjust plugin upgrade automatic procedure? Thanks Regards Martin

xbgmsharp commented 9 years ago

The upgrade procedure is new from PWG2.7 http://piwigo.org/doc/doku.php?id=dev:changes_in_2.7 I will do a new one.