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 01-16-2010, 01:36 PM
mqqn mqqn is offline
 
Join Date: Mar 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Upgrade question from 3.5.4

Hi folks -

I have a vbulletin install that is running 3.5.4.

I am a co-admin, and the other admin, who is the person who started the forum, wanted to put on as many hacks as he could - so we have everything from games to user name changes, anonymous user, game arcade, vbcmps, the works.

Now I cannot get the upgrades to work - I have created test intances on another server and loaded the databases trying to upgrade to 3.8 until I am blue in the face, but no luck.

Once the upgrade completes, the vbulletin does not work, giving me many errors.

Does anyone know how I can just get the plain vanilla vbulletin data out of mysql and then load that - hoping to just wipe the slate clean of all hacks and add-ons so that I can upgrade clean and still keep all of my post history and user registration information etc.

Thank you in advance for your considered reply.

best regards -

mqqn
Reply With Quote
  #2  
Old 01-17-2010, 08:20 PM
JamesC70 JamesC70 is offline
 
Join Date: Jun 2007
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your 3.8.4 upgrade folder, includes/config.php, insert the following directly under <?php:

define('DISABLE_HOOKS', true);

This will force all add-ons to be turned off.

Now you can enter your test forum's AdminCP. Go there, then Plugins and Products on the left side near the bottom, and select Manage Products. Uninstall everything.

Now go to Plugins and Products -> Plugin Manager and uncheck anything that remains. Click Save Active Status to turn them off. Now you can go back to this screen and delete these with the Delete link on the right side.

At this point, you should be able to navigate around your upgraded forum with only default vBulletin code running. If everything's satisfactory, remove the Disable Hooks line you inserted into config.php earlier, and double-check the forum.

Once you're satisfied with your test forum, you're ready to upgrade your live one! :up:


Reply With Quote
  #3  
Old 01-17-2010, 08:48 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamesC70 View Post
In your 3.8.4 upgrade folder, includes/config.php, insert the following directly under <?php:

define('DISABLE_HOOKS', true);

This will force all add-ons to be turned off.

Now you can enter your test forum's AdminCP. Go there, then Plugins and Products on the left side near the bottom, and select Manage Products. Uninstall everything.

Now go to Plugins and Products -> Plugin Manager and uncheck anything that remains. Click Save Active Status to turn them off. Now you can go back to this screen and delete these with the Delete link on the right side.

At this point, you should be able to navigate around your upgraded forum with only default vBulletin code running. If everything's satisfactory, remove the Disable Hooks line you inserted into config.php earlier, and double-check the forum.

Once you're satisfied with your test forum, you're ready to upgrade your live one! :up:


Ahh don't do that

Make the test forum i.e. a clone of your live site to run the upgrade script on. Most 3.5/3.6/3.7/3.8 mods will work fine on 3.8 a few won't and some just need a simple version dependancy changed. If you were upgrading to 4.0 I would say uninstall all mods but to 3.8.4 simply disable them all in admincp AND the config before upgrading the cloned "test" site to 3.8.4 once upgraded turn on mods via the config but they are still disabled in admincp so no worries... now simply turn on each mod one by one and if any give you an error look for an upgraded version or fix in the mods thread if none exist then uninstall because there's no point uninstalling everything before you upgrade if you liek the mods and again most will work you only uninstall old styles and mods for the upgrade to 4.0 since it is such a big change to everything .

More info here: https://vborg.vbsupport.ru/showthread.php?t=227933

Just disregard the 4.0 info and use the guide like your upgrading to 3.8 which you are .

Mike
Reply With Quote
  #4  
Old 01-17-2010, 10:47 PM
mqqn mqqn is offline
 
Join Date: Mar 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi folks -

Thank you for the advice -

I did decide to un-install everything, because I am planning on upgrading to the 4.0 version soon afterwards.

In addition, my users are reporting (and I am getting) pm's from non-members - so someone is exploiting my code to post pm's telling my users that they have "infected" computers.

Thank you once again for your help - I am working on it all now.

best regards -

mqqn
Reply With Quote
  #5  
Old 02-02-2010, 07:37 PM
mqqn mqqn is offline
 
Join Date: Mar 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mqqn View Post
Hi folks -

Thank you for the advice -

I did decide to un-install everything, because I am planning on upgrading to the 4.0 version soon afterwards.

In addition, my users are reporting (and I am getting) pm's from non-members - so someone is exploiting my code to post pm's telling my users that they have "infected" computers.

Thank you once again for your help - I am working on it all now.

best regards -

mqqn
Hi guys -

I was able to get my forum upgraded - but I had to completely delete all the php files from my html directory and upload a complete fresh version of first 3.6, install that, then do the same thing with 3.8.2 -

I am at 3.8.2 now and it is running smoothly.

Thank you for responding to my thread - I appreciate the effort.

best regards -

mqqn
Reply With Quote
  #6  
Old 02-02-2010, 10:11 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mqqn View Post
Hi guys -

I was able to get my forum upgraded - but I had to completely delete all the php files from my html directory and upload a complete fresh version of first 3.6, install that, then do the same thing with 3.8.2 -

I am at 3.8.2 now and it is running smoothly.

Thank you for responding to my thread - I appreciate the effort.

best regards -

mqqn
I'm sure I can speak for James when I say that we are just happy to see you have it up and running smoothly - Enjoy!

*Remember not to go too overboard with mods or styles IF your considering upgrading to 4.0 anytime soon .

Mike
Reply With Quote
  #7  
Old 02-05-2010, 01:26 AM
mqqn mqqn is offline
 
Join Date: Mar 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
I'm sure I can speak for James when I say that we are just happy to see you have it up and running smoothly - Enjoy!

*Remember not to go too overboard with mods or styles IF your considering upgrading to 4.0 anytime soon .

Mike
Hi Mike -

Thank you - I think we learned our lesson on hacks and such!

I am preparing to poll the members to see what stuff they liked, that way we only make effort towards things that make sense - and I will not be putting stuff on until we do decide on 4.0 or not.

So far so good - only one minor bug, and that is not impacting useability.

thanks again -

best regards -

mqqn
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 10:59 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.04130 seconds
  • Memory Usage 2,231KB
  • 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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete