最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Correct procedure for fixing broken WP sites after WP version update

programmeradmin0浏览0评论

What is the correct procedure for fixing a WP site that has broken due to a recent update to the latest WP version. Assuming there are no backups both locally or via the web host.

Is it a case of switching off plugins and switching themes to see if it is restored?

What is the correct procedure for fixing a WP site that has broken due to a recent update to the latest WP version. Assuming there are no backups both locally or via the web host.

Is it a case of switching off plugins and switching themes to see if it is restored?

Share Improve this question edited Jun 10, 2020 at 20:48 fuxia 107k38 gold badges255 silver badges459 bronze badges asked May 19, 2016 at 8:14 me9867me9867 1131 silver badge4 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I'm afraid reverting would depend on how major the upgrade was. A WP upgrade can change the database structure as well as the core code.

Your first step though should be to disable all plugins and see if the site runs without them. If so, enable them one by one until you find the problem one.

Same goes for your theme. Try one of the default themes to rule out a conflict with your own theme.

Make sure that your plugins and themes are on their latest versions too.

When I've had sites white-screen after an upgrade, those steps are usually enough to get to a fix.

If not, turn on PHP error display or logging and see where the problem apparently lies. This can be a mixed blessing as it may report a core file problem when really the issue is within a plugin or theme, hence the elimination of those earlier on. What you might see though is a compatibility issue with your hosting and the new version of WP.

发布评论

评论列表(0)

  1. 暂无评论