
02-01-2009, 03:57 AM
|
 |
|
|
Join Date: May 2006
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I got this error on installation:
Quote:
Database error in vBulletin 3.8.1:
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.title IN ('footer')
ORDER BY searchorder ASC;
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
Request Date : Saturday, January 31st 2009 @ 11:53:52 PM
Error Date : Saturday, January 31st 2009 @ 11:53:53 PM
Script : http://www.xxxxxxxxxxxxxx.com/adminc...=productimport
Referrer : http://www.xxxxxxxxxxxxxx.com/adminc...?do=productadd
IP Address : -------------
Username : Jeff
Classname : vB_Database
MySQL Version : 5.0.67-community
|
Any idea what it is?
|