Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress wp-admin login facing with HTTP Error 500 (Internal Server Error) issue

Tags:

php

wordpress

My WordPress Wp-admin login www.xxx.com/wp-admin/ is used to fine and working.

But when I log in this time. I am facing with this issue.

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

however, I can access this page www.xxx.com/wp-login.php but cant login.

Any body has any idea with this issues . I do really appreciate for all suggestion .

I have tried with php.ini file in /wp-admin/ folder by adding with this code "memory_limit = 128M " , but no luck.

like image 567
user1147995 Avatar asked Dec 03 '25 06:12

user1147995


1 Answers

After having this problem recently, I tried all the solutions mentioned all over the internet and I got nothing.

You might want to try deactivating your plugins as mentioned Here amongst many other solutions.

Try renaming your theme directory to deactivate it (can be done via FTP)

Try increasing your PHP MEMORY LIMIT

Try fixing your .htaccess file

All these solutions (detailed here) did not work for me.

I checked the server error log and I found that the problem was simply that the directory "wp-admin" was writable by group! So simply changing the permission of that directory from 777 to 755 solved the problem for me!

Hope this helps someone

like image 60
Mohammad Abbas Avatar answered Dec 05 '25 22:12

Mohammad Abbas



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!