Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
1a Schnitzel


Going for pro





Beiträge: 518
# Thema - 06.02.2009 um 09:09 Uhr
Bin gerade dabei mein CSP von 2007.4.3 nach und nach upzudaten, hab auch immer erst sql und dann daten hoch geladen.

Von 2007.4.3 zu 2007.4.4 hat alles noch geklappt und es wurde alles grün angezeigt.


Nun wollte ich jetzt auf 2008 updaten, da wird mir aber extrtem viel rot angezeigt:

UPDATE {pre}_options SET options_value = '2008.0' WHERE options_mod = 'clansphere' AND options_name = 'version_name' # 1
UPDATE {pre}_options SET options_value = '2008-02-08' WHERE options_mod = 'clansphere' AND options_name = 'version_date' # 1
UPDATE {pre}_options SET options_value = '28' WHERE options_mod = 'clansphere' AND options_name = 'version_id' # 1

ALTER TABLE {pre}_threads ADD threads_ghost int(2) NOT NULL default '0' # cs_sql_query - Duplicate column name 'threads_ghost'
ALTER TABLE {pre}_threads ADD threads_ghost_board int(8) NOT NULL default '0' # cs_sql_query - Duplicate column name 'threads_ghost_board'
ALTER TABLE {pre}_threads ADD threads_ghost_thread int(8) NOT NULL default '0' # cs_sql_query - Duplicate column name 'threads_ghost_thread'
ALTER TABLE {pre}_board ADD board_read int(2) NOT NULL default '0' # cs_sql_query - Duplicate column name 'board_read'
ALTER TABLE {pre}_access ADD access_fckeditor int(2) NOT NULL default '0' # cs_sql_query - Duplicate column name 'access_fckeditor'
ALTER TABLE {pre}_access CHANGE access_updates access_database int(2) NOT NULL default '0' # cs_sql_query - Duplicate column name 'access_database'
ALTER TABLE {pre}_mail ADD mail_msn varchar(40) NOT NULL default '' # cs_sql_query - Duplicate column name 'mail_msn'
INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('count', 'width', '90') # cs_sql_query - Duplicate entry 'count-width' for key 2
INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('count', 'height', '400') # cs_sql_query - Duplicate entry 'count-height' for key 2
INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('count', 'background', '000000') # cs_sql_query - Duplicate entry 'count-background' for key 2
INSERT INTO {pre}_options (options_mod, options_name, options_value) VALUES ('count', 'view', 'stats') # cs_sql_query - Duplicate entry 'count-view' for key 2


Zuletzt editiert von 1a Schnitzel am 06.02.2009 um 09:18 Uhr (2x Editiert)
Inaktiv
fay-pain


Specialist




Beiträge: 2006
# Antwort: 1 - 06.02.2009 um 09:18 Uhr
1. Dir fehlen die nötigen Sprachdateien
(lang/German/database.php)

2. Die Fehler sind nicht bewegend: Duplicate xxx heißt, du hast bereits die Spalten/Einträge.


------------------
Manchmal hast du fay und machmal pain.
- hajo

Inaktiv
|
1a Schnitzel
Thread-Ersteller


Going for pro





Beiträge: 518
# Antwort: 2 - 06.02.2009 um 09:21 Uhr
Zu 1.) Hatte die Frage schon gelöscht da es behoben war nachdem ich auf 2008 upgedatet hatte.

Zu 2.) Ok danke, dann werde ich mal weiter updaten.


Inaktiv
|
Antworten: 2
Seite [1]


Sie müssen sich registrieren, um zu antworten.