WordPress database error: [Tablespace is missing for table `nalas2022`.`wp_terms`.]
SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('documents_category')
ORDER BY t.name ASC