I tried to update it to 1.2.3 (upload all new files and import xml with "allow overwrite") and got:
Database error in vBulletin 3.6.4:
Invalid SQL:
ALTER TABLE edithistory CHANGE reason oldreason varchar(200);
MySQL Error : Unknown column 'reason' in 'edithistory'
Error Number : 1054
Date : Friday, January 12th 2007 @ 09:50:17 AM
Script : xxxxxxplugin.php?do=productimport
Referrer : xxxxxxx?do=productadd
IP Address : xx.xx.xx.xx
Username : xxxxx
Classname : vb_database
EDIT: Got it working by running query
ALTER TABLE edithistory CHANGE oldreason reason varchar(255);
and then doing the import again.
|