Geo Map sql problem
Verfasst: 03.09.2009 14:14
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
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