Paul Sellis
Karma: 0
|
Illegal mix of collations for operation - 2010/06/25 09:22
Hi,
I use Glossary27RCJ
For an unknown reason I get this alert at the begin of one page but the article is published after this message)
No valid database connection Illegal mix of collations for operation ' IN ' SQL=SELECT g.id, a.termalias AS tterm, g.catid FROM jos_glossary_aliases AS a INNER JOIN jos_glossary AS g ON a.termid = g.id WHERE g.published != 0 AND a.tfirst IN ('Lorem', 'ipsum') UNION SELECT s.id, s.tterm, s.catid FROM jos_glossary AS s WHERE s.published != 0 AND s.tfirst IN ('Lorem', 'ipsum') ORDER BY length(tterm) DESC
Any idea?
|