We have multiple problems.
1) On some profiles (not all) the Feedback Stats tab is empty.
-- It displays on the wrong tab, in the image below "Inventory"
2) When this bug occurs, the style is also bugged.

3) When "check started" is enabled, we get the below error when giving feedback.
1) On some profiles (not all) the Feedback Stats tab is empty.
-- It displays on the wrong tab, in the image below "Inventory"
2) When this bug occurs, the style is also bugged.

3) When "check started" is enabled, we get the below error when giving feedback.
Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'Array' in 'where clause' in src/XF/Db/AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->fetchAll() in src/addons/XenCentral/Feedback/Repository/Tools.php at line 70
XenCentral\Feedback\Repository\Tools->getThreadSuggestions() in src/addons/XenCentral/Feedback/Behavior/Feedback.php at line 382
XenCentral\Feedback\Behavior\Feedback->_verifydealurl() in src/addons/XenCentral/Feedback/Behavior/Feedback.php at line 46
XenCentral\Feedback\Behavior\Feedback->preSave() in src/XF/Mvc/Entity/Entity.php at line 1238
XF\Mvc\Entity\Entity->preSave() in src/addons/XenCentral/Feedback/Pub/Controller/Main.php at line 227
XenCentral\Feedback\Pub\Controller\Main->actionDoAddFeedback() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
XF\App->run() in src/XF.php at line 328
XF::runApp() in index.php at line 13