Could not successfully run query () from DB: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
SELECT id_producto_categoria, nombre, descripcion, meta_desc, meta_keyword, id_image_peq, (select height from tbl_image where tbl_image.id_image = tbl_productos_categoria.id_image_peq) as alto_imagen, (select width from tbl_image where tbl_image.id_image = tbl_productos_categoria.id_image_peq) as ancho_imagen, (select extencion from tbl_image where tbl_image.id_image = tbl_productos_categoria.id_image_peq) as ext_imagen, (select url from tbl_image where tbl_image.id_image = tbl_productos_categoria.id_image_peq) as url_imagen, (select nombre from tbl_image where tbl_image.id_image = tbl_productos_categoria.id_image_peq) as nomb_imagen FROM tbl_productos_categoria ORDER BY posicion ASC LIMIT 0,
SQL Error [256] (1064) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
Query :
On line 260 in file /controladores/controladores_ajax/ajax_controller_categoria_paginador.php , PHP 5.6.40 (Linux)
Aborting...