Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    Can you look in your error log and see what the error is?

    Thread Starter hussong

    (@hussong)

    Hi John, thanks for your quick reply!

    debug.log shows a notice:

    [10-Oct-2018 05:30:37 UTC] PHP Warning: check_rest_api() has been disabled for security reasons in /home/wp/disk/wordpress/wp-content/plugins/redirection/redirection-admin.php on line 263

    and error.log this error:

    2018/10/10 07:26:41 [error] 25863#25863: *3 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 4.147.124.119, server: www.mysite.com, request: "GET /wp-admin/tools.php?page=redirection.php HTTP/2.0", upstream: "fastcgi://unix:/var/run/wordpress.php-fpm.sock:", host: "www.mysite.com", referrer: "https://www.mysite.com/wp-admin/plugins.php?plugin_status=all&paged=1&s"

    Plugin Author John Godley

    (@johnny5)

    Ok, there’s your problem:

    check_rest_api() has been disabled for security reasons

    You will need to enable this.

    Thread Starter hussong

    (@hussong)

    Thanks for the quick reply, I’ll check with the host, I think it comes from their end.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘502 after updating to 3.5 on nginx’ is closed to new replies.