I have uploaded this on version 3.5.1 following all steps to a T, and I'm receiving this error when I try to look at posts:
Quote:
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_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
|
I can see the main forum fine, but I can't click on any links to view posts. I've tried uninstalling, overwriting, and still nothing is working. The error does go away after I uninstall, but it comes right back when I try to reinstall. Any idea what this could be caused from and how to fix it? :ermm: