Sin comentarios.
|
ARCHIVO: /home/vaivenes/public_html/inc_destacados.php LINEA: 45 |
SELECT notas.*, notas.nombre, notas.region,notas.duracion, notas.fotos, notas.categoria, notas.cuerpo, notas_variantes.moneda, notas_variantes.destacada, notas_variantes.n1, notas.ciudades, notas.tipo FROM notas LEFT JOIN notas_variantes ON notas.id=notas_variantes.nota WHERE notas.habilitar=1 AND notas.submodulo='PAQ' AND notas.region = AND notas_variantes.vigencia_fin>=NOW() AND notas.id<>0 GROUP BY notas.id ORDER BY RAND() limit 5 ERROR: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 'AND notas_variantes.vigencia_fin>=NOW() AND notas.id<>0 GROUP BY notas.id ORDER ' at line 1 |