Error 1064
DescripciĆ³n: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
LEFT JOIN wmc_producto_galeria f ON(f.id = a.galeria_id)
WH' at line 7 en (SELECT a.id, a.novedad, a.ocasion, a.freeshipping, a.refurb, a.sku, pp.pvp, pp.oferta, pp.oferta_inicio,
pp.oferta_fin, f.src, b.nombre, a.familia_id, g.nombre as familia_nombre
FROM wmc_producto_busca pb
JOIN wmc_producto a ON(pb.producto_id=a.id)
JOIN wmc_producto_precio pp ON (a.id=pp.producto_id AND pp.tipo=0)
JOIN wmc_familia_i18n g ON(a.familia_id=g.familia_id)
JOIN wmc_producto_i18n b ON (a.id=b.producto_id AND b.idioma=)
LEFT JOIN wmc_producto_galeria f ON(f.id = a.galeria_id)
WHERE MATCH(texto)
AGAINST('kit sensores' IN BOOLEAN MODE) AND a.disabled = 0
ORDER BY MATCH (`texto`) AGAINST ('kit sensores' IN BOOLEAN MODE) DESC
LIMIT 100)
Llamada inicial: Linea 17 en archivo /home/vagnavi/public_html/buscar.php
PHP 5.6.40 (Linux)