Code: Alles auswählen
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; CREATE INDEX pf_land ON phpbb_profile_fields_data (pf_land); CREATE INDE' at line 1 [1064]
SQL
CREATE INDEX pf_plz ON phpbb_profile_fields_data (pf_plz); CREATE INDEX pf_land ON phpbb_profile_fields_data (pf_land); CREATE INDEX plz ON phpbb_geo_plz (plz); CREATE INDEX land ON phpbb_geo_plz (land);
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: install_geomap/install.php
LINE: 364
CALL: dbal_mysqli->sql_query()