jetzt scheint es zu klappen, seltsam ich hatte das gestern mit notepad++ geändert. Na ja egal wenns jetzt läuft

vielen Dank nochmal und einen schönen Tag noch.
lg
mitte
Code: Alles auswählen
PDOException: SQLSTATE[42000]: Syntax error or access violation: 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 \'NOT NULL COMMENT \'time\', `ip` VARCHAR(64) NOT NULL COMMENT \'ip\', `email` VARCH\' at line 3: CREATE TABLE {supermailer} ( `id` INT unsigned NOT NULL auto_increment COMMENT \'id\', `time` VARCHAR NOT NULL COMMENT \'time\', `ip` VARCHAR(64) NOT NULL COMMENT \'ip\', `email` VARCHAR(255) NOT NULL COMMENT \'email\', `custom_data` TEXT NOT NULL COMMENT \'custom data\', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT \'The base table for newsletter subscriptions/unsubscriptions.\'; Array ( ) in db_create_table() (Zeile 2644 von /var/www/666/html/333/includes/database/database.inc).
Code: Alles auswählen
• Notice: Undefined index: varchar:32 in DatabaseSchema_mysql->processField() (Zeile 200 von /var/www/ddd/html/eee/includes/database/mysql/schema.inc). • PDOException: SQLSTATE[42000]: Syntax error or access violation: 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 \'NOT NULL COMMENT \'time\', `ip` VARCHAR(64) NOT NULL COMMENT \'ip\', `email` VARCH\' at line 3: CREATE TABLE {supermailer} ( `id` INT unsigned NOT NULL auto_increment COMMENT \'id\', `time` NOT NULL COMMENT \'time\', `ip` VARCHAR(64) NOT NULL COMMENT \'ip\', `email` VARCHAR(255) NOT NULL COMMENT \'email\', `custom_data` TEXT NOT NULL COMMENT \'custom data\', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COMMENT \'The base table for newsletter subscriptions/unsubscriptions.\'; Array ( ) in db_create_table() (Zeile 2644 von /var/www/ddd/html/eee/includes/database/database.inc).