Forum breadcrumbs – You are here:Asgaros Support ForumSupportTopics disappear
Please or Register to create posts and topics.

Topics disappear

Hello.

So I have this issue with topics disappearing. Sometimes right away after posting and just now saw one disappearing that was online for 4 days.

Installed Plugins:

Contact Form 7
Elementor
Flying Pages
Google Analytics by MonsterInsights
Participants Database
Redirection
Smush
TinyMCE Advanced
Twitch for WordPress
Ultimate Member
UpdraftPlus
User Role Editor
Wise Chat
Wordfence Security
WP fastest Cache
WP Security Audit Log
Yoast SEO

Tried disabling everything.

PHP 7.3 | MySQL | WordPress 5.2.3

No errors in debug.log or anything. How should I start figuring out whats going on?

-Marko

Hello @marko

Please try to disable caching for the page which contains the forum-shortcode.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks for your reply @asgaros. The page was already excluded in the cache plugin settings. I found out that a lot of the forum database tables with ID row didn’t have AUTO_INCREMENT on. After changing this it has started to work properly.

Is there a checklist to find exactly which table rows should have this on? I assume all the ID rows?

Hello @marko

This is strange. Usually Asgaros Forum sets the auto_increment value correctly. Yes, all fields with the name ID (but not postid, etc) need the auto_increment value.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Did some research and looks like it has happened to others too. It was not only @asgaros forum tables that had lost the auto_increment value. This setting probably in my case got lost during database export.

Here is someone else having same kind of issue: https://wordpress.stackexchange.com/questions/225641/wordpress-database-lost-auto-increment

I was able to fix the issue with the provided answer at that link.

Thanks for your help and sorry for bothering with an issue I created myself.

I am happy to hear that you could solve the issue! 🙂

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!