Hi, i have a sql eror when i installed ib pro arcade ( all versions) :
its on vbulletin 3.7 beta 5
The error r when i try write or read a post
some idea what can i do ?
Code:
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
Date : Wednesday, February 27th 2008 @ 01:33:00 PM
Script : http://myweb.info/v4/showthread.php?p=1
Referrer : http://myweb.info/v4/index.php
IP Address : my_ip
Username : username
Classname : vB_Database
its on vbulletin 3.7 beta 5
The error r when i try write or read a post
some idea what can i do ?