Im ACP wenn ich auf Landkarte: Konfiguration gehe habe ich:
Code: Alles auswählen
Could not query map configuration DEBUG MODE
SQL Error : 1146 Table 'DB145780.phpbb_map_mod_config' doesn't exist
SELECT * FROM phpbb_map_mod_config Line : 41 File : admin_map_config.php
wenn ich auf Angezeigte Orte gehe habe ich:
Code: Alles auswählen
DEBUG MODE
SQL Error : 1146 Table 'DB145780.phpbb_map_mod_map' doesn't exist
SELECT * FROM phpbb_map_mod_map ORDER BY name ASC
Line : 119 File : admin_map_locations.php
wenn ich auf Landkarte gehe habe ich:
Code: Alles auswählen
DEBUG MODE
SQL Error : 1146 Table 'DB145780.phpbb_map_mod_config' doesn't exist
SELECT * FROM phpbb_map_mod_config WHERE config_name='default_map'
Line : 141 File : admin_map_map.php
wenn ich auf Suchorte gehe habe ich:
Code: Alles auswählen
DEBUG MODE
SQL Error : 1146 Table 'DB145780.phpbb_map_mod_place' doesn't exist
SELECT count(*) as count, c.id, c.name FROM phpbb_map_mod_place l, phpbb_map_mod_country c WHERE l.country=c.id GROUP BY l.country ORDER BY c.name ASC
Line : 117 File : admin_map_search.php
Wenn ich auf falsche Einträge gehe habe ich:
Code: Alles auswählen
DEBUG MODE
SQL Error : 1146 Table 'DB145780.phpbb_map_mod_config' doesn't exist
SELECT * FROM phpbb_map_mod_config WHERE config_name='default_map'
Line : 42 File : admin_map_wrong.php