Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_oschatzposts` AS `t`
LEFT JOIN `wp_oschatzicl_translations` AS `wpml_translations`
ON `wpml_translations`.`element_id` = `t`.`ID`
AND `wpml_translations`.`element_type` = 'post_leistung'
AND `wpml_translations`.`language_code` = 'zh-hans'
LEFT JOIN `wp_oschatzicl_languages` AS `wpml_languages`
ON `wpml_languages`.`code` = `wpml_translations`.`language_code` AND `wpml_languages`.`active` = 1
WHERE ( ( `projekte`.`ID` = 14111 ) AND ( `t`.`post_type` = 'leistung' ) AND ( `wpml_languages`.`code` IS NOT NULL ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY t.post_title ASC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 15; Response: Unknown column 'projekte.ID' in 'where clause'