WordPress database error: [Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'hkkhjkaba3iwxal3_WEBSTANDARDS.wsblog_post2cat.rel_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT DISTINCT * FROM wsblog_posts LEFT JOIN wsblog_post2cat ON (wsblog_posts.ID = wsblog_post2cat.post_id) LEFT JOIN wsblog_categories ON (wsblog_post2cat.category_id = wsblog_categories.cat_ID) WHERE 1=1 AND (category_id = '9') AND post_date_gmt <= '2024-03-19 09:27:59' AND (post_status = 'publish') AND post_status != 'attachment' GROUP BY wsblog_posts.ID ORDER BY post_date DESC LIMIT 0, 2

Event - Web Standards Korea

Error 404

Page Not Found

About this blog

The Web Standards Korea is the standard evangelism group for universal access and trust of web in Korea. We engage various evangelism activities including community, education, documentation, lecture and governmental relationship for standard issues.


Our Communites

Archives

    WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'hkkhjkaba3iwxal3_WEBSTANDARDS.wsblog_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
    SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wsblog_posts WHERE post_date < '2024-03-19 18:27:39' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC