If this error persists, please report it to the administrator.
MySQL error!
Expression #1 of ORDER BY clause is not in SELECT list, references column 'muzachan_b2evolution.evo_items__item.post_datestart' which is not in SELECT list; this is incompatible with DISTINCT(Errno=3065)
Your query: ItemList2::Query() Step 1: Get ID list
SELECT DISTINCT post_ID
FROM evo_items__item INNER JOIN evo_postcats ON post_ID = postcat_post_ID INNER JOIN evo_categories ON postcat_cat_ID = cat_ID
WHERE ( cat_blog_ID IN (2))
AND (( post_ptyp_ID IS NULL
OR post_ptyp_ID NOT IN (1000,1500,1520,1530,1570,1600,3000) ))
AND (post_urltitle = 'zuihoden-mausoleum-sendai')
AND (post_datestart <= '2025-07-25 12:46:35')
AND ( ( post_status IN ('published') ) )
ORDER BY post_datestart DESC, post_ID DESC