I just received notice of several MySQL errors that appear related to the vBulletin FAQ engine.
When we set up the new server, the latest copies of MySQL and PHP were installed. MySQL has some backward compatability issues which we think we've addressed. This *appears* to be related a language issue but we're not sure yet.
If you're having any problems with the FAQ, please let me know in this thread. This is the error:
When we set up the new server, the latest copies of MySQL and PHP were installed. MySQL has some backward compatability issues which we think we've addressed. This *appears* to be related a language issue but we're not sure yet.
If you're having any problems with the FAQ, please let me know in this thread. This is the error:
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_poll_explain')
OR
faqname IN('vb_poll_explain')
)
mysql error: Illegal mix of collations (latin1_bin,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
mysql error number: 1267
Date: Tuesday 22nd of February 2005 11:27:16 AM
Referer: https://elsmar.com/elsmarqualityforum/faq.php?
Username: dlschneider