• I’m still wondering what’s causing the Internal Server Error in wp-login.
    I have hosted WordPress and today when I tried to login I keep getting the Internal Server Error. I e-mailed my provider and he told me to add “php.ini” (without the quote) inside wp-admin folder.

    But before this I was able to read another solution that after creating this file I should put the one liner “memory=20MB” (without the quote) inside the file and it works!

    However, out of curiosity I removed the “memory=20MB” line and nothing change, the blog still working.

    Is this some bug with the new version of WordPress? I don’t understand why do I have to put this “php.ini”.

    Thanks for the help in advance.

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Internal server errors are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the Default theme (WordPress 1.5 – 2.9.2) or the Twenty Ten theme (WordPress 3.0 and higher) to activate and hopefully rule-out a theme-specific issue.

    If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via FTP or SFTP and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your FTP or SFTP client to view invisible files.

    If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

Viewing 1 replies (of 1 total)
  • The topic ‘WP-Login (Internal Server Error)’ is closed to new replies.