News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

type error : database

Started by rednet, March 09, 2010, 04:07:53 AM

Previous topic - Next topic

rednet

huy, anyone can help me? i have error with this messages :
http://mydomain.org/index.php?action=profile;area=account;save=
Database Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'


SELECT id_member
FROM smf_members
WHERE id_member != 1
AND (real_name LIKE '??????' OR member_name LIKE '??????')
LIMIT 1
File: /home/mydomain/public_html/Sources/Subs-Members.php
Line: 974


i have that messages when i try create Primary Membergroups to Global Moderator and Aditional Membergroup done have access Administrator.

Arantor

When did this start happening?

rednet

#2
done  ;D already to fix it that error cz i have problem with my databse i have...

i think this happen becouse my databse SMF is UTF-8 characters and i dump some query with HTML entities..

anyway, thanks for you fastest respon  8)

Arantor

Do you have access to phpMyAdmin?

rednet

Quote from: Arantor on March 09, 2010, 04:18:10 AM
Do you have access to phpMyAdmin?

done to fix it bro  8) thanks you for fastest support you do ;D

Arantor

Actually the problem is that some columns were being told to use UTF-8 rules for ordering their contents in a sort and some were being told use a different system and the two can't co-exist.

rednet

i have SMF with UTF-8 installed than i dump some query from my old databes with not UTF-8 character  :( i'm sorry for my fault, but anyway  :D thank's for information..

Advertisement: