The Arcive of vBulletin Modifications Site. |
|
database error Details »»
|
|||||||||||||||||||||||||
Hello,
When ibProArcade is enabled I receive database error when I try open any thread: Code:
Database error in vBulletin 3.7.2: 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 (latin2_general_ci,IMPLICIT) for operation '=' Error Number : 1267 Request Date : Monday, July 28th 2008 @ 04:44:52 PM Error Date : Monday, July 28th 2008 @ 04:44:52 PM Script : http://myboard.nl/showthread.php?p=6577662 Referrer : http://myboard.nl/index.php IP Address : xx.xx.xx.xx Username : Kayyn Classname : vB_Database MySQL Version : 4.1.10-standard-log Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
You will need to alter the table 'tournaments' to the same collation as your database. Not just the table but all the fields too.
|
|
#3
|
|||
|
|||
|
How to do it? Could you explain it step by step? I use phpmyadmin.
|
|
#4
|
||||
|
||||
|
1. Open your database in phpmyadmin and scroll down to the 'tournaments' table.
2. Make sure the collation column says 'latin1_swedish_ci' (if it doesn't click the tick box and go to the Operations page, change it to 'latin1_swedish_ci' and save). 3. Open the table so it displays the fields (scroll down the left navigation and click 'tournaments') and make sure all the required collations are 'latin1_swedish_ci' If any are not 'latin1_swedish_ci' click on the change button and change them accordingly and save. That should fix it. |
|
#5
|
|||
|
|||
|
I Do It
all character and text tables Are 'latin1_swedish_ci' (url_discut,Champion,creat Tables) And So tournaments . int Tables Are Not 'latin1_swedish_ci' An I Couldnt Change Them . When ibProArcade is enabled I receive database error when I try open any thread: Code:
Database error in vBulletin 3.7.4: 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 Request Date : Monday, January 12th 2009 @ 07:22:22 PM Error Date : Monday, January 12th 2009 @ 07:22:22 PM Script : http://irantrack.com/Forum/showthread.php?t=8328 Referrer : http://www.irantrack.com/Forum/ IP Address : 91.98.87.165 Username : Hamid.Park Classname : vB_Database MySQL Version : 5.0.45-log |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
this did not work for me
. Any ideas?
|
|
#8
|
|||
|
|||
|
Quote:
![]() edit: eops bumped a very old thread
|
![]() |
|
|