Hi!
I get this when importing the product:
Code:
Database error in vBulletin 4.1.5:
Invalid SQL:
SELECT templateid, searchstrregex, replacestr
FROM cf_templateedit AS templateedit
INNER JOIN cf_templateeditlocation AS templateeditlocation ON (templateeditlocation.varname=templateedit.varname)
INNER JOIN cf_template AS template ON (template.title=templateeditlocation.template)
LEFT JOIN cf_style AS style ON (style.styleid=template.styleid AND FIND_IN_SET(templateedit.templateeditid, style.templateeditlist))
LEFT JOIN cf_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_german1_ci,IMPLICIT) for operation '='
Error Number : 1267
I had already tried installing the previous version on my 4.1.5, with the same error.
The product doesn't show in product manager, cannot uninstall...
Thanks for any help :up: