I installed filebird plugin and the gridview works normal. Switching to listview throws an error in my debug.log
[02-Jan-2024 07:47:55 UTC] WordPress database error Unknown column 'wp_7_posts.post_default' in 'order clause' for query
SELECT SQL_CALC_FOUND_ROWS wp_7_posts.ID
FROM wp_7_posts
WHERE 1=1 AND wp_7_posts.post_type = 'attachment' AND ((wp_7_posts.post_status = 'inherit' OR wp_7_posts.post_status = 'private'))
ORDER BY wp_7_posts.post_default
LIMIT 0, 50
made by WP_Media_List_Table->prepare_items, wp_edit_attachments_query, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, QM_DB->query
I can’t find any post_default in my complete code. Can anybody help?