Cannot complete query (getAll): 

SELECT `tp`.`Username`, `te`.`author_id`, `te`.`entry_id`, `te`.`entry_title`, `te`.`entry_text`, DATE_FORMAT(`te`.`entry_created_on`, '%d.%m.%Y') AS `entry_created_on_f`, `te`.`entry_basename`, `te`.`entry_rate`, `ti`.`pathSmall`, `te`.`entry_comment_count` AS `comments_count` FROM `boon_blg_entry` as `te` LEFT JOIN `boon_sys_profiles` as `tp` ON (`tp`.`ID` = `te`.`author_id`) LEFT JOIN `boon_img_images` as `ti` ON (`ti`.`phID` = `te`.`author_id` AND `ti`.`Type` = '0' AND `ti`.`phStatus` = 'a') WHERE 1 AND `tp`.`pundit` = '1' AND `te`.`entry_draft` = '0' AND `te`.`entry_preview` = '0' AND `te`.`entry_status` = 'a' GROUP BY `te`.`entry_id` ORDER BY `entry_position` DESC LIMIT 0, 20

Unknown column 'tp.pundit' in 'where clause'
Call stack:
getAll[/home/boonex/public_html/unity/modules/Blog/classes/BxBlgSql.php5, 550]
getPostsSnippets[/home/boonex/public_html/unity/modules/Blog/classes/BxBlgBrowse.php5, 492]
_browse[/home/boonex/public_html/unity/modules/Blog/classes/BxBlgBrowse.php5, 331]
punditsTopPosts[/home/boonex/public_html/unity/modules/Blog/classes/BxBlgBrowse.php5, 62]
__construct[/home/boonex/public_html/unity/system/classes/BxScript.php5, 141]
requirePageClass[/home/boonex/public_html/unity/system/classes/BxScript.php5, 126]
run[/home/boonex/public_html/unity/system/classes/BxApplication.php5, 142]
runModule[/home/boonex/public_html/unity/system/classes/BxApplication.php5, 209]
run[/home/boonex/public_html/unity/index.php5, 88]