Moderator
t-p
(@t-p)
My first guess is there may be a theme/plugins conflict.
So try:
– deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
– resetting the plugins folder by FTP.
– switching to the unedited default Theme (Twenty Sixteen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
The issue was in MySQL.
Solved!
Thank you anyway!
Moderator
t-p
(@t-p)
Glad to know you got it sorted 🙂
I am having the same issue with Custom Fields since 4.6.1 update. Can you tell me which mysql tables you were having issues with? Did you repair the table?
Before to update wordpress to 4.6.1, backup your database (table by table) !!!!!
Deactivate/detele your plugins
Move your blog to a new db.
update your wordpress
import from backup db to new db the following tables: wp_postmeta, wp_posts, wp_terms, wp_term_relationships, wp_term_taxonomy, and any other plugins tables
Reinstall your plugins.
I hope this will help you!
Sorry for my english.