PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem @ Upgrade


Ne0
31.07.2005, 17:17
Your vBulletin (3.0.8) does not appear to be running the version that was downloaded (3.5.0 Release Candidate 1).
This generally means your upgrade was not successful. Please ensure that you have uploaded the latest files and click here to try again.
If you are sure you wish to continue with this part of the upgrade, click here.




^^ kommt beim Aufrufen des upgrade.php Scripts.

Habe ein frisches vbulletin 3.5 RC1 hochgeladen in einen neuen Ordner.
config.php editiert.
Dann das upgrade script aufgerufen.

wenn ich auf weiter klicke, kommt:


There seems to have been a problem with the *** database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.




Database error in vBulletin 3.0.8:

Invalid SQL:

INSERT INTO vb3_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'templateversion',
'version',
'3.0.8',
'3.5.0 Release Candidate 1',
'free',
'',
10,
0,
1,
'vbulletin'
),
(
'subscriptionmethods',
'version',
'0',
'0',
'boolean',
'yesno',
10,
0,
1,
'vbulletin'
),
(
'attachfile',
'version',
'2',
'',
'',
'<table>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"attach1\\\" value=\\\"0\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 0, \'checked=\"checked\"\') . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"attach1\\\"><b>No</b></label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"attach2\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 1, \'checked=\"checked\"\') . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"attach2\\\"><b>Yes</b> - userid/userid.attach</label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"attach3\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 2, \'checked=\"checked\"\') . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"attach3\\\"><b>Yes</b> - u/s/e/r/i/d/userid.attach</label></td>\n</tr>\n</table>\n',
20,
0,
1,
'vbulletin'
),
(
'attachpath',
'version',
'**',
'/path/to/your/attachment/directory',
'',
'',
30,
0,
1,
'vbulletin'
),
(
'usefileavatar',
'version',
'1',
'',
'boolean',
'yesno',
40,
0,
1,
'vbulletin'
),
(
'avatarpath',
'version',
'./customavatars',
'./customavatars',
'',
'',
50,
0,
1,
'vbulletin'
),
(
'avatarurl',
'version',
'customavatars',
'customavatars',
'',
'',
60,
0,
1,
'vbulletin'
),
(
'profilepicpath',
'version',
'./customprofilepics',
'./customprofilepics',
'',
'',
70,
0,
1,
'vbulletin'
),
(
'profilepicurl',
'version',
'customprofilepics',
'customprofilepics',
'',
'',
75,
0,
1,
'vbulletin'
),
(
'divnotpara',
'version',
'1',
'1',
'boolean',
'yesno',
80,
0,
1,
'vbulletin'
),
(
'usebbcodeparserecurse',
'version',
'2',
'2',
'number',
'<table>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"bbc_reg\\\" value=\\\"0\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 0, \'checked=\"checked\"\') . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"bbc_reg\\\"><b>bbcodeparse2_regex()</b><br />(Fast, but <i>no</i> recursion allowed)</label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"bbc_rec\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 1, \'checked=\"checked\"\') . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"bbc_rec\\\"><b>bbcodeparse2_recurse()</b><br />(Slow, full recursion allowed)</label></td>\n</tr>\n<tr valign=\\\"top\\\">\n <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"bbc_regrec\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 2, \'checked=\"checked\"\') . \" /></td>\n <td class=\\\"smallfont\\\"><label for=\\\"bbc_regrec\\\"><b>bbcodeparse2_regexrecurse()</b><br />(Recommended, full recursion allowed and empty tags removed for better censor ability)</label></td>\n</tr>\n</table>\n',
90,
0,
1,
'vbulletin'
),
(
'fulltextsearch',
'version',
'0',
'',
'boolean',
'yesno',
100,
0,
1,
'vbulletin'
);

MySQL Error : Unknown column 'datatype' in 'field list'
Error Number : 1054
Date : Sunday, July 31st 2005 @ 05:12:31 PM
Script : **
Referrer : **
IP Address : 83.135.10.88
Username :
Classname : vb_database

kaihawaii
31.07.2005, 17:25
geht mir auch so:

boardversion: 3.08, DE
neue files: 3.5 RC1, ENG

alle dateien wurden mit neuen ersetzt. liegt das evtl. an den fehlenden deutschen sprachdateien?

Ne0: nimm mal deine serverpfade aus der codeansicht raus.
Date : Sunday, July 31st 2005 @ 05:12:31 PM
Script : Pfad
Referrer :

Ne0
31.07.2005, 17:28
kay.
hmhm, ich hah auch das tar.gz paket gesaught und hochgeladen, dann aufm server entpackt & mit chown die dateirechte gesetzt.

Sind alles die neuesten Files.


Please Help.

kaihawaii
31.07.2005, 17:30
bei mir ist es genauso, habe zip gezogen. ich lade gerade nochmal alles hoch, evtl. hat das ftp-programm einen fehler produziert. ist eine betaversion.

kaihawaii
31.07.2005, 17:34
scheint so zu gehen: http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=851 + http://www.vbulletin.com/forum/showpost.php?p=930159&postcount=18

Ne0
31.07.2005, 17:34
Naja ich hab ja das tar.gz hochgeladen, also nur eine datei geuppt.
die aufm server ohne fehler entpackt.
also kanns ja nich an den dateien liegen.
oder beim packen sind fehler passiert (hier aufm server) was aber auch nicht sein kann, da ich die tar gz und du die zip gesogen hast (2 versch. versionen, 2 mal falsch gepackt) halte ich für auszuschließen.

Ne0
31.07.2005, 17:37
ja Steves Fix in Verbindung mit:

http://www.vbulletin.com/forum/showpost.php?p=930159&postcount=18

Leider gehts danach immernoch nicht :(







Hast du es jetzt hinbekommen ?
Wenn ja, schreib ma Step 4 Step plz

kaihawaii
31.07.2005, 17:54
ich bin direkt von 3.08 mit manuellem aufruf im browser via "upgrade_350b1.php" vorwärtsgekommen, analog zum Bugtracker. fehlermeldungen bzgl. version bitte einfach übergehen und nicht irritieren lassen, wenn das design mal phasenweise verschwindet.

nun stehe ich vor dem nächsten spass. wer hat diesen murcks geschrieben, nene:

Bug?:
details siehe hier (http://www.vbulletin-germany.com/forum/showthread.php?p=113437)

Ne0
31.07.2005, 17:55
Also ich denke die Upgrade Engine bzw. das upgrade Sys ist zu sehr verbuggt.
Da warte ich lieber auf die RC2 anstatt mich jez so lange damit rumzuärgern :D

h75
31.07.2005, 23:28
Also ich denke die Upgrade Engine bzw. das upgrade Sys ist zu sehr verbuggt.
Da warte ich lieber auf die RC2 anstatt mich jez so lange damit rumzuärgern :D mach doch mal nen Bug-Report:D.. Wenn du schon sagst, das die 'verbuggt' ist, hast du doch bestimmt schon welche gefunden.. :rolleyes: