I have 3.6.8 and in my admin cp, I get this error: Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT templateid, searchstrregex, replacestr
FROM vb_templateedit AS templateedit
INNER JOIN vb_templateeditlocation AS templateeditlocation ON (templateeditlocation.varname=templateedit.varname )
INNER JOIN vb_template AS template ON (template.title=templateeditlocation.template)
LEFT JOIN vb_style AS style ON (style.styleid=template.styleid AND FIND_IN_SET(templateedit.templateeditid, style.templateeditlist))
LEFT JOIN vb_product AS product ON (product.productid=templateeditlocation.product)
WHERE (NOT ISNULL(style.styleid) OR (templateedit.styleid=-1 AND template.styleid=-1))
AND (product.active=1 OR templateeditlocation.product='vbulletin')
AND templateedit.active = 1
AND template.styleid=-1
ORDER BY searchorder ASC;
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
Date : Saturday, September 22nd 2007 @ 08:02:49 AM
Script :
http://www.computerforumz.org/adminc...ts.php?do=test
Referrer :
http://www.computerforumz.org/admincp/index.php?do=nav
IP Address : xxxxxxxxxxxxxxx
Username :xxxxxxx