GSYN Vbulletin - Upgrade from 3.7.4

rubitt

New Member
Alright, i currently got a 3.7.4 board with 2000+ users lots of threads and so on.

So i found GSYN's vbulletin.

I took a backup of the old 3.7.4 database and created a new database and imported the old SQL contents.

Copied files from GSYN upload/ folder to a new folder on my server.

Chmodded files to 0777

Ran gysn-kg.php

Got a Customer Number and License number.

moved config.php.new to config.php and put in access details to the new database.

Ran install/upgrade.php


Put in the Customer number. OK successful.


Then the problems begins, first of all:

Your vBulletin version does not appear to match with the version for which this script was created (version 3.0.14+).

Please ensure that you are attempting to run the correct script.

If you are sure this is the script you would like to run, click here.


OK, i get the message, i continued anyway by clicking "Click here".

THEN AT STEP: "Step 1) Miscellaneous table alterations 1/6"

Step 1) Miscellaneous table alterations 1/6

* Altering session Table (1 of 1)
* Altering administrator Table (1 of 1)
* Altering moderatorlog Table (1 of 3)
* Altering moderatorlog Table (2 of 3)
* Altering moderatorlog Table (3 of 3)
* Altering userban Table (1 of 1)
* Altering setting Table (1 of 1)
* Altering Forum Permissions
* Altering Forum Permissions
* Altering Generic Permissions
* Altering Calendar Permissions
* Altering Generic Permissions
* Altering Admin Permissions
* Altering Calendar Permissions
* Adding Support for Multiple Products
* Adding Support for Multiple Products
* Adding Support for Multiple Products
* Adding Support for Multiple Products
* Adding Support for Multiple Products
* Adding Support for Multiple Products
* Adding Support for Multiple Products
* Altering cron Table (1 of 1)
* Altering attachmenttype Table (1 of 3)
* Altering attachmenttype Table (2 of 3)
* Altering attachmenttype Table (3 of 3)
* Altering attachment Table (1 of 2)
* Altering attachment Table (2 of 2)
* Altering reputationlevel Table (1 of 1)



Code:
Database error
The Rsbot forums database has encountered a problem.
Please try the following:

    * Load the page again by clicking the Refresh button in your web browser.
    * Open the rsbot.info home page, then try to open another page.
    * Click the Back button to try another link.

The rsbot.info forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.







Database error in vBulletin 3.7.4:

Invalid SQL:
UPDATE reputationlevel
			SET level = 'is an unknown quantity at this point'
		WHERE level = 'is an unknown quantity at this poINT';

MySQL Error   : Unknown column 'level' in 'where clause'
Error Number  : 1054
Request Date  : Friday, March 13th 2009 @ 09:40:34 PM
Error Date    : Friday, March 13th 2009 @ 09:40:34 PM
Script        : http://xxxxxxx/forum4/install/upgrade_350b1.php?step=1
Referrer      : http://xxxxxxx/forum4/install/upgrade_350b1.php?rand=1236976447
IP Address    : xx.xx.xx.xx
Username      : 
Classname     : vB_Database_MySQLi
MySQL Version : 5.0.51a



Any suggestions?? I mean, i tried to manually add columns that was not found etc, but that just messed it up...
 

Shazy225

New Member
Try Running the upgrade script 3.0.14. upgrade_3014.php I think it is. Then keep going in order all the way to the latest version.

If that doesn't work try downloading another vbulletin
 
Top