Topics disappear
Quote from Marko on September 18, 2019, 3:44 pmHello.
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 SEOTried 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.
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
Quote from Asgaros on September 19, 2019, 8:50 pmHello @marko
Please try to disable caching for the page which contains the forum-shortcode.
Hello @marko
Please try to disable caching for the page which contains the forum-shortcode.
Quote from Marko on September 20, 2019, 12:14 amThanks 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?
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?
Quote from Asgaros on September 20, 2019, 5:35 pmHello @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.
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.
Quote from Marko on September 20, 2019, 7:24 pmDid 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.
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.
Quote from Asgaros on September 21, 2019, 2:36 pmI am happy to hear that you could solve the issue! 🙂
I am happy to hear that you could solve the issue! 🙂