We got a couple of these today - a strange error I have not seen before.
Quote:
Database error in vBulletin 3.0.6:
Invalid SQL:
SELECT faqname, faqparent, phrase.text AS title
FROM faq AS faq
INNER JOIN phrase AS phrase ON(phrase.phrasetypeid = 7000 AND phrase.varname = faq.faqname)
WHERE phrase.languageid IN(-1, 0, 1)
AND (
faqparent IN('vb_use_cookies')
OR
faqname IN('vb_use_cookies')
)
mysql error: Illegal mix of collations (latin1_bin,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
mysql error number: 1267
Date: Monday 21st of February 2005 05:47:22 PM
Script: http://www.xxxxxx.co.uk/board/faq.ph...l&titlesonly=0
Referer: http://www.xxxxxx.co.uk/board/faq.ph...l&titlesonly=0
Username: Unregistered
IP Address: x.x.x.x
|
Anyone seen this before or have any suggestions as to the cause ?