Go Back   vb.org Archive > News and Announcements > News and Announcements
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #51  
Old 10-03-2005, 05:39 PM
mustang_lex mustang_lex is offline
 
Join Date: May 2005
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 3.0.7 now. I like the plugins and other features. I would like to install 3.5.0 in another folder. and start to stylize and prepare for the change over. I have a database of 400 members I don't want to loose as well as Coppermine gallery that needs to be integrated as well . I need to have 3.5.0 running and 3.0.7 running but on the same My SQL database as 3.0.7 which has all my members and their garage, timeslips and countless other hacks. Seems like a big deal for me I guess.
Reply With Quote
  #52  
Old 10-03-2005, 07:27 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You shouldn't run both 3.0 & 3.5 on the same tables.
Reply With Quote
  #53  
Old 10-04-2005, 12:29 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.5 has additional fields, tables and data that is needed for it to function that a 3.0.7 database does not have - You could add these manually but it could cause one of your boards or even both to stop functioning...

It is not recommended...

Chris
Reply With Quote
  #54  
Old 10-04-2005, 11:50 PM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It won't work - template changes etc need to be done - unless you want to recode vB3.0.7 to use a separate template table, then you can't run 3.0.x templates with 3.5.0 templates (refer to the latest post in the vB.com thread).
Reply With Quote
  #55  
Old 10-05-2005, 12:05 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Interesting challagne.
If templates are the only problem, I think it could work with a temporary edit:

- Take the 3.0 MASTER Style XML, make it into a custom Style and import it as a new Style
- Reparent all Top-Level Styles to this new Style
- Make replace_template_variables() do nothing
- Upgrade
- Restore default behaviour of replace_template_variables()
- Re-Import the 3.5 MASTER Style

Then you should have 3.0 and 3.5 compatible Templates in the same table.
Disclaimer: This is just a theoretical idea
Reply With Quote
  #56  
Old 10-09-2005, 07:23 PM
Quillz's Avatar
Quillz Quillz is offline
 
Join Date: Jan 2005
Location: Los Angeles, CA
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will probably upgrade in a month or two. I may only have three actual hacks on my board, but I'd like them to get upgraded first, if at all possible. I'm running 3.5.0 on my localhost, though, and some of the new plug-ins are amazing!
Reply With Quote
  #57  
Old 10-26-2005, 02:19 AM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am upgrading but my upgrade stops at 3.0.8. i had 306 and now it wont move from the attatchement table edit it was doing. is there a problem with my prefix or is this a common issue ? can some please help.

ok now i passed the 3.0.8 and im on to 3.0.9. but the one table in my database thats giving me the issues is the attatchment table. everytime it trys to make the edits to it it freezes and doesnt move. what can i do i keep having to delete the tables that is put in by the upgrade everytime i try to troubleshoot. can some one please tell me if i can do the SQL edits manually and skip the upgrade to the DB?

getting this now

PHP Code:
Database error in vBulletin 3.5.0:

Invalid SQL:

SELECT 
userfield
.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid,
language.phrasegroup_posting AS phrasegroup_posting,
language.phrasegroup_postbit AS phrasegroup_postbit,
language.phrasegroup_showthread AS phrasegroup_showthread,
language.phrasegroup_inlinemod AS phrasegroup_inlinemod,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM smora_user 
AS user
LEFT JOIN smora_userfield 
AS userfield ON (user.userid userfield.userid)
LEFT JOIN smora_usertextfield AS usertextfield ON (usertextfield.userid user.useridINNER JOIN smora_language AS language ON (language.languageid = IF(user.languageid 01user.languageid)) 

WHERE user.userid 1;

MySQL Error  Unknown column 'language.phrasegroup_inlinemod' in 'field list'
Error Number 1054 
Reply With Quote
  #58  
Old 10-26-2005, 12:05 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well depending on the number of attachments and their size, this upgrade step could take a long time (it might still be running when you think it has frozen).

I suggest you post at vb.com to get support on this.
Reply With Quote
  #59  
Old 10-26-2005, 08:55 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarcoH64
Well depending on the number of attachments and their size, this upgrade step could take a long time (it might still be running when you think it has frozen).

I suggest you post at vb.com to get support on this.
ok i will restore a back up and try again.
Reply With Quote
  #60  
Old 11-21-2005, 10:41 PM
ViewMy.biz ViewMy.biz is offline
 
Join Date: May 2002
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by southernlady
I installed it on one of my sites last night so I know these hacks work in 3.5 Gold:
VBShout - ZT
Members in FlashChat - Paul M
FlashChat Intergration itself - Paul M
Members who visited today - Paul M
New posts and Threads since last visit - Zachery
Microstats - ShiningArcaine
X% of Forums Total Posts - ZT

Liz
How many have VBShout and Flashchat installed together and what are the advantages
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 11:09 PM.


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.05188 seconds
  • Memory Usage 2,274KB
  • Queries Executed 11 (?)
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_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete