500: Internal Server Error

when we try to login system we have the problem ( 500: Internal Server Error)

1 Reply

Hey there,

This is a common and often frustrating error to encounter. There are three general causes:

Permission Error : An incorrect permission on a PHP and CGI script is to blame.

PHP Timeout : Timeout rules or error handling are to blame

Error in .htaccess : The .htaccess may be incorrectly configured.

You can learn more by reviewing your logs:

/var/log/apache2/error.log
/var/log/nginx/error.log

We review this issue in greater details in some related Community Posts:

What can cause a Wordpress Site to give a HTTP 500 error?
Website down, Internal Server Error 500

We hope that helps provide some context for your issue to help your investigation along.

-Tara T, Linode Support

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct