Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi guys!
@robert, after last update topic's pages disappeared in Q&A layout. You can check this problem in this topic on my forum. How to quickly resolve this issue? My users can't navigate in big topics.
Hi @antonm,
Please navigate to Dashboard > Forums > Settings > Feature admin page, make sure the HTML Cache is disabled. Then navigate to Dashboard > Forums > Dashboard admin page, click on [Delete all caches] button. If you use some other cache plugins, delete those plugins caches as well and press CTRL+F5 (twice) on the current page.
It seems I found the solution. Hope it will help other people.
Yes, this was a database problem. If you have access to phpMyAdmin then login to it.
- Select all tables of your WP installation.
- Choose in tables actions - Check tables.
- Select all tables of your WP installation again.
- Choose in tables actions - Optimize tables.
Now the problem has gone!
@antonm, @nando4 and @anonymous20,
We found this is not wpForo issue. This is a bug of MySQL 5.6 version.To show pagination it should count the total number of posts, but count(*) on InnoDB tables sometimes returns 0. This bug was reported to MySQL community on 11 Apr 2016. You can see the discussion here: https://bugs.mysql.com/bug.php?id=81031
So the solution is contacting to hosting support and asking them to update MySQL Server to 5.7 version. Or try to change wp_wpforo_posts table to MyISAM engine (not recommended).
@robert , have upgraded from mySQL 5.6 to 5.7. After 12 hrs of operation, the topic pagination has remained. So tentatively appears to have solved the problem.