Obagi Best Practice and Advanced Learning: 24 Sep 2025 10:00am – 03:00pm
Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_posts` AS `t`
LEFT JOIN `wp_podsrel` AS `rel_region` ON
`rel_region`.`field_id` = 341560
AND `rel_region`.`item_id` = `t`.`ID`
LEFT JOIN `wp_posts` AS `region` ON
`region`.`ID` = `rel_region`.`related_item_id`
LEFT JOIN `wp_podsrel` AS `rel_course` ON
`rel_course`.`field_id` = 341559
AND `rel_course`.`item_id` = `t`.`ID`
LEFT JOIN `wp_posts` AS `course` ON
`course`.`ID` = `rel_course`.`related_item_id`
WHERE ( ( `region`.`id` = and `course`.`id` = 1043710 ) AND ( `t`.`post_type` = 'price' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 1; 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 `course`.`id` = 1043710 ) AND ( `t`.`post_type` = 'price' ) AND ( `t`.`po...' at line 22