Status
Not open for further replies.
That's the "user" table it's trying to alter. You might want to edit your PHP configuration to allow scripts to use unlimited time (by default, it stops after 30 seconds), then all you need do is wait :)

There's no CLI option at this time.
 
Do you use a table prefix? If so, remember to add it.

Code:
ALTER TABLE user ADD dbtech_vbshop_points DOUBLE NOT NULL DEFAULT '0'
Code:
ALTER TABLE user ADD dbtech_vbshop_purchase MEDIUMTEXT NULL
Code:
ALTER TABLE user ADD dbtech_vbshop_immunity INT(10) UNSIGNED NOT NULL DEFAULT '0'
Code:
ALTER TABLE user ADD dbtech_vbshop_usernamestyle MEDIUMTEXT NULL
Code:
ALTER TABLE user ADD dbtech_vbshop_usertitlestyle MEDIUMTEXT NULL
Code:
ALTER TABLE user ADD dbtech_vbshop_bank DOUBLE NOT NULL DEFAULT '0'
 
Status
Not open for further replies.

Similar threads

Legacy vBShop

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,260
Customer rating
0.00 star(s) 0 ratings
Top