admin管理员组

文章数量:1302417

The problem I've run into is the WordPress for my website yesterday randomly stopped allowing us to edit any of the pages. Every time you click to edit a page it comes up with a 404 error.

Things I have tried so far:

  • Deactivated every plugin thinking that was the problem, but that didn't solve the issue
  • I have restarted the permalinks
  • Changed the theme
  • Even checked the code in the htacess file

The website is fully functioning and viewable to our visitors. We just can't edit any of the pages now for some reason.

The problem I've run into is the WordPress for my website yesterday randomly stopped allowing us to edit any of the pages. Every time you click to edit a page it comes up with a 404 error.

Things I have tried so far:

  • Deactivated every plugin thinking that was the problem, but that didn't solve the issue
  • I have restarted the permalinks
  • Changed the theme
  • Even checked the code in the htacess file

The website is fully functioning and viewable to our visitors. We just can't edit any of the pages now for some reason.

Share Improve this question asked Oct 11, 2018 at 16:37 alex5palex5p 111 silver badge3 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 1

You mentioned that you disabled all plugins, and changed the theme (I assume you used one of the 'twenty' themes, which is what I usually do when trying to find theme/plugin problems).

Did you also look at the 'must use' plugins (in wp-content/mu-plugins ) (see https://codex.wordpress/Must_Use_Plugins ). Maybe a plugin in there is causing problems.

I'd also look at the Network tab in Developer Tools (in your browser, usually F12) to see what request element is actually causing the 404. That might point you to the plugin/theme/whatever problem.

You could also do a re-update of WP (in the Admin, Updates) section to see if there is some missing core code.

Hey so I actually had the same problem. I accidentally solved it. If you're on Wordpress 5, they actually get rid of 'Classic Edit' so when you hit edit, the system craps itself cause the plugin isn't there anymore. THANKFULLY there is a solution. Go to your updates, reinstall wordpress, and on the finish page, scroll down to the bottom and there is a portion on classic edit. Just follow it's prompts and you're good to go!

本文标签: postsGetting a 404 error when clicking edit page