Forums

502 Bad Gateway nginx/0.7.65 (11 posts)

  1. genvidth
    Member
    Posted 1 year ago #

    Our church have been using WP for 1 years without any trouble. Thanks for that :)
    But since 2 days ago, I got message: "502 Bad Gateway nginx/0.7.65" when I tried login into my dashboard.
    I hadn't installed any plugins.
    Is there any solutions?
    Because we need to add some post urgently concern this Christmas time.. :)
    Thanks...

  2. I would contact your hosting provider. It sounds like it's a server issue.

  3. genvidth
    Member
    Posted 1 year ago #

    I've contact our hosting provider but he said that there wasn't any changes in the server system.
    However, the website is fine at all, I just cannot login to dashboard.

  4. Can you see the login screen?
    When you do login, do you get an error?
    Have you tried resetting the password?

  5. genvidth
    Member
    Posted 1 year ago #

    I can see the login screen as normally.
    I just always get an error when I click "Log In" button.
    I've tried resetting the password also but the email never arrive at my inbox.

    Just for your information, I think that WordPress still can read user database correctly, because when I'm trying to type the password incorrectly, the dialog box still can teeter as normally :)

  6. genvidth
    Member
    Posted 1 year ago #

    Actually there are 3 users in our wordpress website.
    And all of users also cannot login into dashboard.

  7. runlike
    Member
    Posted 1 year ago #

    same problemmm

  8. natedivine
    Member
    Posted 11 months ago #

    Try adding the following to your fastcgi params:

    fastcgi_buffer_size 128k;
    fastcgi_buffers 8 128k;
    fastcgi_busy_buffers_size 128k;
    fastcgi_temp_file_write_size 128k;

    Depending on how you have your nginx configuration setup this is generally in your domain specific settings (you can also include a global configuration if you want to increase the buffer for all sites in a mutli-site configuration).

    From what I've seen, this generally has to do with the size of the buffer fastcgi uses to read the header of the backend fastCGI process.

    Hope this helps!

  9. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    You should also be aware that FastCGI can cause upload errors in WordPress 3.

  10. natedivine
    Member
    Posted 11 months ago #

    @esmi - What kind of upload errors are you referring to? Can you give examples?

  11. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Image/attachment uploads. I think the most common message is something like "HTTP Error" - which isn't exactly helpful in these cases.

Topic Closed

This topic has been closed to new replies.

About this Topic