Database error in vBulletin 3.8.6:
Invalid SQL:
(SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid,
package.productid AS productid, if(package.productid = 'vbulletin', 1, product.active) AS enabled,
package.class AS class, -1 as isaggregator
FROM foro_package AS package
LEFT JOIN foro_product AS product
ON product.productid = package.productid
WHERE product.active = 1
OR package.productid = 'vbulletin'
)
UNION
(SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid,
1, 1, contenttype.class AS class , contenttype.isaggregator
FROM foro_contenttype AS contenttype
INNER JOIN foro_package AS package ON package.packageid = contenttype.packageid
LEFT JOIN foro_product AS product ON product.productid = package.productid
WHERE product.active = 1
OR package.productid = 'vbulletin' );
MySQL Error : Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
Error Number : 1267
Request Date : Thursday, October 28th 2010 @ 06:37:38 PM
Error Date : Thursday, October 28th 2010 @ 06:37:38 PM
Script :
vBulletin 4.0 Upgrade System Step 9) Albums System Alterations
Referrer :
vBulletin 4.0 Upgrade System Step 8) Attachment System Alterations (5/5)
IP Address : 90.162.17.104
Username :
Classname : vB_Database
MySQL Version : 5.0.91-community