Expediente
Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `pAvDdlyX_posts` AS `t`
LEFT JOIN `pAvDdlyX_podsrel` AS `rel_cliente` ON
`rel_cliente`.`field_id` = 134
AND `rel_cliente`.`item_id` = `t`.`ID`
LEFT JOIN `pAvDdlyX_users` AS `cliente` ON
`cliente`.`ID` = `rel_cliente`.`related_item_id`
WHERE ( ( `cliente`.`ID` = ) AND ( `t`.`post_type` = 'anotacion' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY `t`.`post_date` DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`; Response: 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 ') AND ( `t`.`post_type` = 'anotacion' ) AND ( `t`.`post_status` IN ( 'publish...' at line 14