Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-01-2005, 11:16 AM
rinkrat's Avatar
rinkrat rinkrat is offline
 
Join Date: Jan 2002
Location: Long Beach
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Trouble upgrading from 3.08 to 3.50 RC1

I am getting this:

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.


When I say to upgrade anyways, I get:

Code:
Database error in vBulletin 3.0.8:

Invalid SQL:

			INSERT INTO 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',
				'0',
				'',
				'',
				'<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',
				'/path/to/your/attachment/directory',
				'',
				'',
				30,
				0,
				1,
				'vbulletin'
	),
	(
				'usefileavatar',
				'version',
				'',
				'',
				'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         : Monday, August 1st 2005 @ 05:11:05 AM
Script       : http://www.letsgokings.com/308/install/finalupgrade.php?step=1
Referrer     : http://www.letsgokings.com/308/install/finalupgrade.php
IP Address   : 195.215.8.244
Username     : 
Classname    : vb_database
Reply With Quote
  #2  
Old 08-01-2005, 11:28 AM
EasyTarget EasyTarget is offline
 
Join Date: Nov 2004
Posts: 660
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I saw a fix for this at www.vbulletin.com/forums in the 3.5 bug tracker

I think this is it:
http://www.vbulletin.com/forum/bugs3...view&bugid=851
Reply With Quote
  #3  
Old 08-01-2005, 11:53 AM
rinkrat's Avatar
rinkrat rinkrat is offline
 
Join Date: Jan 2002
Location: Long Beach
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That worked, thanks!

Now I'm getting another problem, sorry about starting a new thread, this one can be deleted.

New problem:
https://vborg.vbsupport.ru/showthread.php?t=93350
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:10 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11429 seconds
  • Memory Usage 2,186KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete