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

500 Error only one one page in the WP admin

programmeradmin3浏览0评论

Looking for possible solutions, because I'm pretty much lost as to why it happens.

In WP Admin, all my pages, when I want to modify them, are OK. But one throws a 500 error.

What could be the problem? The same code is loaded in all pages, AFAIK.

So how can one 500, when the others are ok?

Plugins are:

  • ACF
  • Contact Form 7
  • oAuth Twitter feed for developers
  • Regenerate Thumbnails
  • Transient Manager
  • WP Mail Logging
  • WPML
  • Yoast

Looking for possible solutions, because I'm pretty much lost as to why it happens.

In WP Admin, all my pages, when I want to modify them, are OK. But one throws a 500 error.

What could be the problem? The same code is loaded in all pages, AFAIK.

So how can one 500, when the others are ok?

Plugins are:

  • ACF
  • Contact Form 7
  • oAuth Twitter feed for developers
  • Regenerate Thumbnails
  • Transient Manager
  • WP Mail Logging
  • WPML
  • Yoast
Share Improve this question edited Oct 27, 2017 at 15:07 fuxia 107k38 gold badges255 silver badges459 bronze badges asked Oct 27, 2017 at 14:24 Fredy31Fredy31 8782 gold badges16 silver badges31 bronze badges 1
  • 1 ____which one ? – mmm Commented Oct 27, 2017 at 14:29
Add a comment  | 

2 Answers 2

Reset to default 2

It means you have a PHP syntax error. You need to consult the logs or turn on debug mode. In wp-config.php in your root wordpress directory, find the line as follows:

define( 'WP_DEBUG', false );

and change it to:

define( 'WP_DEBUG', true );

Refresh your page that appears blank to find the error. If it still does not show up, it means you may need to change your php.ini settings to display errors.

Found out what it was:

My ACF was writing a novel every time the page was saved, and because of the excess of heavy revisions it crashed.

I installed the WP-Sweep plugins, and swept the revisions.

发布评论

评论列表(0)

  1. 暂无评论