After restoring the XF database, I'm having a two issues I haven't been able to solve:
- Server error
Code:
XF\Db\InvalidQueryException: Template public:approval_item_user error: MySQL statement prepare error [1176]: Key 'user_id_log_date' doesn't exist in table 'xf_ip' src/XF/Db/AbstractStatement.php:230
- The approval queue shows how many approvals are outstanding, but when selected, the html structure loads, but nothing is populated. The xf_approval_queue table shows the correct amount of rows (as shown on the user interface) and has three columns: content_type, content_id, and content_date. Are these correct? Is there any other reason why this data wouldn't show?
Side note: the Reports section works as expected.