Error en la base de datos: Instruccion sql incorrecta: SELECT a.nombre,a.id_categoria,a.direccion,a.poblacion,a.pais,a.email,a.telefono,a.web,a.fax,a.comentarios,i.imagen,i.nombre as laimagen,c.nombre as categoria FROM alojamiento as a,imagen as i,alojamiento_imagen as ai,categoria as c where c.id_categoria=a.id_categoria and i.id_imagen=ai.id_imagen and ai.id_alojamiento=a.id_alojamiento and a.id_alojamiento=
MySQL Error: 1064 (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 '' at line 1)
Parado el proceso.