+ Reply to Thread
Results 1 to 1 of 1

Thread: Database Conflicts Script

  1. #1
    Former vBulletin Developer Scott MacVicar is on a distinguished road
    Join Date
    Dec 2000
    Location
    Reading, UK
    Posts
    13,332
    Blog Entries
    1

    Database Conflicts Script

    Purpose:
    The attached script is to be used to find any conflicting database tables and columns on your vBulletin 2 installations. Please note that this script will not alter your database in anyway, it will simply identify any problems that may exist.

    You will need to rectify this before you can attempt the vBulletin 3 upgrade.

    How to use this script:
    Simply upload database_conflicts.php to your current vBulletin 2 installation in the root folder and then run the script in your browser by visiting http://www.mydomain.com/forums/database_conflicts.php

    Any problems will be identified.

    Note:

    If the script reports that you have a column conflict, dont remove this right away as this may be used in any hacks or modifications that you currently have installed on your board. These columns will have to be dropped or renamed before you can upgrade to vBulletin 3.

    If the script reports that you have a table conflict (ie: you have a table called foo and vBulletin 3 also wants to create a table called foo, you do not have to delete your foo table. All that you will need to do is temporarily rename your foo table to something like foo_temp while you run the vBulletin 3 installation / upgrade, and when you have finished, use the tools provided in vBulletin 3 to add a table prefix to your vBulletin tables. For example, you could use a table prefix of vb3_, which would make the vBulletin foo table become vb3_foo. You can then rename your existing foo_temp table back to foo and continue.

    If you have any problems post here
    Attached Files
    Last edited by Scott MacVicar; Wed 1st Oct '03 at 5:35am.
    Scott MacVicar

    My Blog | Twitter

+ Reply to Thread

Similar Threads

  1. vB 3 Database Conflicts Script - Discussion
    By Vile in forum vBulletin Suggestions and Feedback
    Replies: 309
    Last Post: Mon 27th Mar '06, 6:09pm
  2. database conflicts
    By Keyser Söze in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 1
    Last Post: Mon 17th May '04, 3:24am
  3. If there are no database conflicts....
    By JustAskJulie in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 1
    Last Post: Tue 4th May '04, 10:47pm
  4. Do any of you guys remember the database conflicts script?
    By MGM in forum vBulletin 3.0 How Do I and Troubleshooting Forum
    Replies: 3
    Last Post: Sun 7th Dec '03, 5:28pm
  5. Cookie conflicts
    By wacnstac in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 6
    Last Post: Thu 1st Mar '01, 12:06am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts