Seite 1 von 1

Geo Map sql problem

Verfasst: 03.09.2009 14:14
von aquastevie
Hallo, habe beim Ausführen der install.php des Geomap mods version 2.2.1 folgendes problem:

SQL ERROR [ mysqli ]

INDEX command denied to user 'web428'@'localhost' for table 'phpbb_profile_fields_data' [1142]

SQL

CREATE INDEX pf_plz ON `phpbb_profile_fields_data` (pf_plz)

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: install_geomap/install.php
LINE: 344
CALL: dbal_mysqli->sql_query()

_____________

Wenn ich genau in den table phpbb_profile_fields_data hineinsehe, gibt es dort einen index mit pf_plz auf NULL sowie auch pf_land auf NULL und eben die user_id...


ansonsten funktioniert die map!

woran kann das liegen? bitte um hilfe!
LG Stephan

Re: Geo Map sql problem

Verfasst: 03.09.2009 15:09
von Frank1604
Wenn die map sonst einwandfrei funktioniert, kannst du das ignorieren.

Re: Geo Map sql problem

Verfasst: 03.09.2009 15:11
von aquastevie
Hab nochmal alles durchgetestet...funktioniert!
Danke für die Antwort :).