Can not count doc types.
SELECT
doc_type,
COUNT(doc_type) AS cnt
FROM
article
WHERE
( doc_type = 2 OR doc_type = 5 OR doc_type = 8 OR doc_type = 9 ) AND
( lang = 'en' OR lang = 'both' ) AND
stat='a'
GROUP BY
doc_type;
1146 - Table 'dotwebsy_fmc2.article' doesn't exist