admin管理员组文章数量:1291011
I have an wordpress
website and have a lots of user's that write content in it. Sometimes when users edit or create new post and save it, after refresh it disappeared.
I have a backup system that mysqldump
all database every 8. I don't know that this may cause the problem or not.
I have an wordpress
website and have a lots of user's that write content in it. Sometimes when users edit or create new post and save it, after refresh it disappeared.
I have a backup system that mysqldump
all database every 8. I don't know that this may cause the problem or not.
1 Answer
Reset to default 1You are mentioning the mysqldump, and it might be linked to the problem. If your mysqldump takes long time, and lock tables, it might cause the requests to your server when tryig to save posts, to time out.
It could also just be a plugin that is messing something up, server-side settings that have errors in them. It could be that your functions.php
spits out some data when it shouldn't, messing up the save-function. It's hard to tell from that little information.
The list of possible causes for this problems is endless, so the only way to figure it out is to start logging.
I'd start with installing Sentry. It's a tool that helps you find any errors, both in the frontend and backend. They have a free plan.
Then install the WordPress Sentry plugin.
Make sure you enable both backend AND frontend logging, there might be clues to what's happening in the JS console, and Sentry will cover this.
If you are already logging errors, check your log-files (both the wordpress-error-log and the webservers error logs).
If you can recreate the error yourself, then look in the networks tab in your browsers devtools, and see what the network requests contain, and what the response is.
本文标签: mysqlWordpress doesn39t save changes some times
版权声明:本文标题:mysql - Wordpress doesn't save changes some times 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741508133a2382442.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论