PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Vbulletin 3.6.8 auf 3.7 - SQL Fehler beim Upgrade - Offline


Schahab
01.05.2008, 12:33
Ich erhalte nach einigen Steps:

Datenbankfehler in vBulletin 3.7.0 Beta 2:

Invalid SQL:
ALTER TABLE picture
CHANGE userid userid INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE caption caption TEXT,
CHANGE extension extension VARCHAR(20) NOT NULL DEFAULT '',
CHANGE filedata filedata MEDIUMBLOB,
CHANGE filesize filesize INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE width width SMALLINT UNSIGNED NOT NULL DEFAULT '0',
CHANGE height height SMALLINT UNSIGNED NOT NULL DEFAULT '0',
CHANGE thumbnail thumbnail MEDIUMBLOB,
CHANGE thumbnail_filesize thumbnail_filesize INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE thumbnail_width thumbnail_width SMALLINT UNSIGNED NOT NULL DEFAULT '0',
CHANGE thumbnail_height thumbnail_height SMALLINT UNSIGNED NOT NULL DEFAULT '0',
CHANGE thumbnail_dateline thumbnail_dateline INT UNSIGNED NOT NULL DEFAULT '0',
CHANGE idhash idhash VARCHAR(32) NOT NULL DEFAULT '',
CHANGE reportthreadid reportthreadid INT UNSIGNED NOT NULL DEFAULT '0';

MySQL-Fehler : Unknown column 'userid' in 'picture'
Fehler-Nr. : 1054
Fehler-Zeit : Thursday, 01.05.2008 @ 12:29:04
Datum : Thursday, 01.05.2008 @ 12:29:05
Skript : http://www.xxx.de/community/install/upgrade_370b3.php?step=2
Referrer : http://www.xxx.de/community/install/upgrade_370b3.php?step=2
IP-Adresse : 217.224.135.138
Benutzername :
Klassenname : vb_database
MySQL-Version : 4.1.22-max-log

Mit der bitte um Hilfe, wir sind offline :-(

Mystics
01.05.2008, 12:55
Erstelle bitte ein Support-Ticket mit Admin-Zugang (alle Rechte), FTP- und phpMyAdmin-Daten, sowie einem Link zu phpMyAdmin:

Support-Ticket erstellen (http://members.vbulletin-germany.com/membersupport_contactform.php)

Mystics
01.05.2008, 13:16
Bei dir gab es in der Datenbank schon eine Tabelle mit dem Namen 'picture', die nicht von vBulletin stammt.

Ich habe diese Tabelle in 'picture_alt' umbenannt und das Upgrade durchgeführt.

Schahab
01.05.2008, 18:51
Danke! Bester Support!