View Full Version : Database Error
giovannicosta
05-19-2007, 10:39 AM
How can I fix this error:
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT t.champion, u.userid FROM vb_tournaments AS t
LEFT JOIN vb_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 '='
Error Number : 1267
Date : Saturday, May 19th 2007 @ 07:39:21 AM
Script : http://www.computerforumz.org/showthread.php?p=14170
Referrer : http://www.computerforumz.org/index.php
IP Address : 172.159.225.161
Username : giovanni
Classname : vb_database
MrZeropage
05-22-2007, 07:39 PM
check your database's collations, one is "general" and one "swedish"
So how do you ACTUALLY fix it? :S
foxfirediego
09-21-2007, 01:27 PM
wondering the same!
MrZeropage
09-22-2007, 01:17 PM
badly nobody having such DB-problem and solving it posts the solution here :(
foxfirediego
09-24-2007, 08:01 PM
i have changed my collation from swedish to general and solved the problem! :)
memomemo
09-24-2007, 09:21 PM
How can I fix this error:
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT t.champion, u.userid FROM vb_tournaments AS t
LEFT JOIN vb_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 '='
Error Number : 1267
Date : Saturday, May 19th 2007 @ 07:39:21 AM
Script : http://www.computerforumz.org/showthread.php?p=14170
Referrer : http://www.computerforumz.org/index.php
IP Address : 172.159.225.161
Username : giovanni
Classname : vb_database
Open php.ini
Find :
error_reporting = E_ALL & ~E_NOTICE
or
error_reporting = E_ALL & ~E_NOTICE | E_STRICT
or
e.g error_reporting
change :
error_reporting = E_ALL
erdiyilmaz
09-26-2007, 02:35 AM
i'm aLso taking this error : (
__________
Database error in vBulletin 3.6.8:
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, September 26th 2007 @ 06:21:58 AM
Script : http://forum.*****.com/showthread.php?t=3785
Referrer :
IP Address : 66.249.72.177
Username : Kayitsiz
Classname : vB_Database
memomemo
09-26-2007, 06:45 AM
Kardeş sanırım T?rk?e google ?zerinde ararsan illegal mix diye baya bir forum ?ıkıyor bu sorun ?zerine. Sanırım derdini ??zebilirsin :)
MortysTW
09-26-2007, 02:08 PM
Kardeş sanırım T?rk?e google ?zerinde ararsan illegal mix diye baya bir forum ?ıkıyor bu sorun ?zerine. Sanırım derdini ??zebilirsin :)
Was this the solution?
erdiyilmaz
09-26-2007, 08:23 PM
Was this the solution?
no no, he said that, i had to search @ googLe, search for "illegal mix"
: (
MortysTW
09-26-2007, 08:42 PM
no no, he said that, i had to search @ googLe, search for "illegal mix"
: (
Since you can understand english, have you tried switching everything to ENGLISH mode to see what happens?
That might help with troubleshooting if you can close up a few loose ends of this strange issue.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.