Antworten: 4
Seite [1] |
|
alexteam Try to beat me Beiträge: 186 |
# Thema - 20.08.2008 um 16:52 Uhr
Kann mir jemand sagen was ich da machen kann?? UPDATE {pre}_options SET options_value = '2008.2 Basic' WHERE options_mod = 'clansphere' AND options_name = 'version_name' # 0 UPDATE {pre}_options SET options_value = '2008-08-15' WHERE options_mod = 'clansphere' AND options_name = 'version_date' # 0 UPDATE {pre}_options SET options_value = '32' WHERE options_mod = 'clansphere' AND options_name = 'version_id' # 0 INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('comments', 'show_avatar', '0') # cs_sql_query - Duplicate entry 'comments-show_avatar' for key 2 INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('news', 'abcode', '1,1,1,0,0') # cs_sql_query - Duplicate entry 'news-abcode' for key 2 ALTER TABLE {pre}_rules ADD rules_order2 varchar(5) NOT NULL default '' # 4 UPDATE {pre}_rules SET rules_order2 = rules_order # 4 ALTER TABLE {pre}_rules DROP rules_order # 4 ALTER TABLE {pre}_rules ADD rules_order int(5) NOT NULL default '0' # 4 UPDATE {pre}_rules SET rules_order = rules_order2 # 4 ALTER TABLE {pre}_rules DROP rules_order2 # 4 UPDATE {pre}_gbook SET gbook_lock = '1' WHERE gbook_lock = '0' # 0 ALTER TABLE {pre}_access ADD access_templates INT( 2 ) NOT NULL # cs_sql_query - Duplicate column name 'access_templates' UPDATE {pre}_access SET access_templates = '1' WHERE access_id = '1' # 0 UPDATE {pre}_access SET access_templates = '2' WHERE access_id = '2' # 0 UPDATE {pre}_access SET access_templates = '3' WHERE access_id = '3' # 0 UPDATE {pre}_access SET access_templates = '4' WHERE access_id = '4' # 0 UPDATE {pre}_access SET access_templates = '5' WHERE access_id = '5' # 0 ALTER TABLE {pre}_users ADD users_tpl varchar(80) NOT NULL default '' # cs_sql_query - Duplicate column name 'users_tpl' ALTER TABLE {pre}_users ADD users_invisible int(2) NOT NULL default '0' # cs_sql_query - Duplicate column name 'users_invisible' ALTER TABLE {pre}_news ADD news_readmore text after news_headline # cs_sql_query - Duplicate column name 'news_readmore' ALTER TABLE {pre}_news ADD news_readmore_active int(2) NOT NULL default '0' after news_text # cs_sql_query - Duplicate column name 'news_readmore_active' ALTER TABLE {pre}_news ADD news_mirror text # cs_sql_query - Duplicate column name 'news_mirror' ALTER TABLE {pre}_news ADD news_mirror_name text # cs_sql_query - Duplicate column name 'news_mirror_name' |
Inaktiv |
|
Jam2 Highlander Beiträge: 3291 |
# Antwort: 1 - 20.08.2008 um 16:55 Uhr
hast du vll. vorher eine svn gehabt? ------------------ Gruß/ Best regards Jam2 Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes) Template Switch for index.php Board Navlist last posts Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota..... Edi: hö ? Jam2: nichts ist unmöglich! |
Inaktiv |
|
alexteam Thread-Ersteller Try to beat me Beiträge: 186 |
# Antwort: 2 - 20.08.2008 um 17:00 Uhr
Na klar daran habe ich nicht mehr gedacht!! Was kann ich da jetzt machen?? |
Inaktiv |
|
Jam2 Highlander Beiträge: 3291 |
# Antwort: 3 - 20.08.2008 um 17:11 Uhr
nichts^^ Die Fehlermeldung sagt nur, dass die Tabellenspalte schon existiert^^ also Alles Ok! ------------------ Gruß/ Best regards Jam2 Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes) Template Switch for index.php Board Navlist last posts Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota..... Edi: hö ? Jam2: nichts ist unmöglich! |
Inaktiv |
|
alexteam Thread-Ersteller Try to beat me Beiträge: 186 |
# Antwort: 4 - 20.08.2008 um 17:15 Uhr
OK!! Ich Danke dir vielmals!! Habe schon einen Schreck bekommen!! |
Inaktiv |
|
Antworten: 4
Seite [1] |
Sie müssen sich registrieren, um zu antworten. |