• I recently moved my wordpress installation from one server to another. The url/domain hasn’t changed. File paths have changed and I did a grep to make the necessary changes. The site works, the admin dashboard works (if i maintain the old admin cookies).

    The problem is if i try to login it doesn’t work and just hangs forever. I tried limiting execution time to 30 seconds but it still hangs forever. My other php scripts work fine and seems to be limited to just wordpress logins.

    Any insight is greatly appreciated.

Viewing 1 replies (of 1 total)
  • Thread Starter incognito

    (@incognito)

    Figured out my problem.

    Its one of two nginx config options:

    fastcgi_pass_request_body off;
    client_body_in_file_only clean;

    Not sure which one. I had them for one site so i moved them into the appropriate server section and all is good in the world.

Viewing 1 replies (of 1 total)
  • The topic ‘hanging during login’ is closed to new replies.