I here is some of the errors that happened:
1#
PHP Question2Answer MySQL query error 1146: Table 'XXX.qa_users' doesn't exist - Query: SELECT p.postid, p.userid, u.handle AS username, p.message AS message,
p.posted, DATE_FORMAT(p.posted, "%Y-%m-%dT%H:%i:%sZ") AS posted_utc
FROM qa_chat_posts p LEFT JOIN qa_users u ON u.userid=p.userid
WHERE p.postid > 0
ORDER BY p.posted DESC LIMIT 80
2#
PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home3/XXX/public_html/XXX/qa-plugin/q2a-tag-list-widget-master/qa-tag-list.php on line 86
these two were only errors that might have been created by this plugin.
thanks for updating your works. Best Regards