PDA

View Full Version : 500 Internal Server Error for shared webhosting



webc
04-13-2019, 06:36 AM
I am getting the following error, the hosting company says that other websites on the server are not facing the same problem. Does anyone know how to fix it

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

The server error logs are as follows
[Sat Apr 13 01:25:11.487103 2019] [:error] [pid 586915] [client 149.200.4.121:64049] File does not exist: /home2/kdqzrgam/ugxe.com/wp-login.php
[Sat Apr 13 01:24:05.812330 2019] [:error] [pid 586899] [client 149.200.4.121:63991] File does not exist: /home2/kdqzrgam/ebxm.com/wp-login.php

Any help to fix the problem will be appreciated

oyoservers
05-20-2019, 07:01 AM
Usually, 500 Internal Server Error is caused by some bad plugins. You need to try by deactivating plugins. At same time error logs shows that wp-login.php does not exist. Check the wp-login.php file manually, if it exists then follow the first step and if it does not exist then you can download it from a wordpress site.

Alvinarichard
08-21-2019, 12:54 PM
I think 500 error mostly generate due to large amount of traffic and for that shared hosting lose his place.

peterbrown
11-06-2020, 06:21 PM
Hello,
This may occur due to incorrect file permissions given to PHP files. Permission should not be higher that 775.
Another reason could be if you left file permissions incorrect in CMS.

kumkum
05-22-2021, 01:13 PM
500 internal server error can be occur due to various reasons like corrupt .htaccess file, plugins, memory limit, etc. You can solve this error by looking internal server error (https://hoststud.com/resources/resolved-error-500-internal-server-error-in-wordpress.314/).

But in your logs, looks like your wp-login.php is not available or its permission is wrong so you have to check this file and its permission. File permission should be 644.

Divya165
11-18-2022, 05:31 AM
Thanks for the community answers, It will be helpful to me.

Aqvanader
12-06-2022, 11:23 AM
Thanks for the tips. They were helpful.