Quote:
Originally Posted by Pottsy
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.
|
I'll look at this
//I can nnot repoduce the Problem.
It works fine for me
Quote:
* Altering Table post ...Done!
* Altering Table usergroup ...Done!
* Creating Table edithistory ... Done!
* Altering Table edithistory ...Done!
* Altering Table edithistory ...Done!
* Altering Table edithistory ...Done!
* Altering Table edithistory ...Done!
* Altering Table forum ...Done!
* Altering Table edithistory ...Done!
* Altering Table edithistory ...Done!
* Adding Index postid ...Done!
|
Quote:
Originally Posted by TrIn@dOr
Very nice, perhaps u can add in the explanations that by default NO usergroup can view the historys!! :P
|
This is Default