install works nice i did get the folowing db error
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
but i was able to fix it by changing the latin1_swedish_ci in the tounaments table to latin1_general_ci
|