So dass da nur
Code: Alles auswählen
'U_ACTION' => $u_action,
Code: Alles auswählen
'U_ACTION' => $u_action,
Code: Alles auswählen
define('EMTIPP_CONFIG_TABLE', $table_prefix . 'emtipp_config');
define('EMTIPP_SPIELPLAN_TABLE', $table_prefix . 'emtipp_spielplan');
define('EMTIPP_MANNSCHAFTEN_TABLE', $table_prefix . 'emtipp_mannschaften');
define('EMTIPP_TIPP_TABLE', $table_prefix . 'emtipp_tipps');
liegt bestimmt am ZeichensatzSQL-Befehl:
CREATE TABLE IF NOT EXISTS `phpbb_emtipp_config` (
`config_name` varchar( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default '',
`config_value` varchar( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default ''
) ENGINE = MYISAM DEFAULT CHARSET = latin1
MySQL meldet: Dokumentation
#1064 - 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 'collate utf8_bin NOT NULL default '',
`config_value` varchar