Antworten: 2
Seite [1] |
|
der_kasperle Try to beat me Beiträge: 126 |
# Thema - 24.04.2008 um 19:12 Uhr
Ich wollte gestern ein Video Updat machen, nun habe ich beim SQL Update ein Fehler bekommen mehr... ALTER TABLE {pre}_access ADD access_videoabcode int(8) NOT NULL default '0' # cs_sql_query - Duplicate column name 'access_videoabcode' INSERT INTO {pre}_options (options_id, options_mod, options_name, options_value) VALUES ('*', 'videoabcode', 'width', '375') # cs_sql_query - Duplicate entry 'videoabcode-width' for key 2 INSERT INTO {pre}_options (options_id, options_mod, options_name, options_value) VALUES ('*', 'videoabcode', 'height', '300') # cs_sql_query - Duplicate entry 'videoabcode-height' for key 2 INSERT INTO {pre}_options (options_id, options_mod, options_name, options_value) VALUES ('*', 'videoabcode', 'ytcolor1', '2b405b') # cs_sql_query - Duplicate entry 'videoabcode-ytcolor1' for key 2 INSERT INTO {pre}_options (options_id, options_mod, options_name, options_value) VALUES ('*', 'videoabcode', 'ytcolor2', '6b8ab6') # cs_sql_query - Duplicate entry 'videoabcode-ytcolor2' for key 2 INSERT INTO {pre}_options (options_id, options_mod, options_name, options_value) VALUES ('*', 'videoabcode', 'ytborder', '1') # cs_sql_query - Duplicate entry 'videoabcode-ytborder' for key 2 Ist das schlim wenn fast alles ROT ist ------------------ mfg der_kasperle |
Inaktiv |
|
Wurzel Try to beat me Beiträge: 102 |
# Antwort: 1 - 24.04.2008 um 19:29 Uhr
war bei mir auch so, funktioniert bei mir aber trotzdem ------------------ mfg Wurzel |
Inaktiv |
|
Ramires Supporter Herkunft: Waldeck Beiträge: 1900 |
# Antwort: 2 - 24.04.2008 um 19:39 Uhr
bedeutet ja auch lediglich, dass der eintrag in der db schon existiert,... ^^ Duplicate entry = Eintrag vorhanden (Doppelter Eintrag) ------------------ Verschwende keine Energie an Dinge die Du nicht ändern kannst... |
Inaktiv |
|
Antworten: 2
Seite [1] |
Sie müssen sich registrieren, um zu antworten. |