Opened 2 years ago
Closed 17 months ago
#18224 closed defect (bug) (invalid)
Internal error 500 when accessing wp-admin
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.2.1 |
| Severity: | normal | Keywords: | reporter-feedback close |
| Cc: |
Description
There's seems to b a bug in 3.2 and 3.2.1 which prevents users from loging to wp-admin. The server returns internal error 500 when trying to access wp-admin but work fine when accessing /wp-admin/edit-comments.php or similar links.
No .htaccess and PHP memory size is pretty high (128MB). Running lighttpd and PHP 5.2
Installing WP 3.2.1 again didn't help.
Forums are getting more and more complains on this one.
Change History (9)
comment:2
titanas
— 2 years ago
Nope. The only solution to this is edit-comments.php or edit.php etc
comment:3
darkfate
— 2 years ago
Were you running into this with previous versions of WP? Make sure you have all the correct modules you need for lighttpd: http://yourneighbours.de/writings/run-a-blazing-fast-website-on-lighttpd-with-wordpress/ Also, you can try upgrading to PHP5.3 if possible.
comment:4
dd32
— 2 years ago
First things first:
What's the actual error message? If you're simply recieving a 500 response, chances are PHP/lighttpd is blocking the error from being displayed, check your error logs.
Have you disabled all your plugins and switched to the default theme, does the problem persist? (If you can't access those pages, simply rename the plugins and active theme's folder to revert)
comment:5
follow-up:
↓ 6
titanas
— 2 years ago
Nope. The errors star occurring after WordPress 3.2.x installed. Everything was working fine before. Will try PHP 5.3.
The friendly message from Chrome says
The website encountered an error while retrieving /wp-admin/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
comment:6
in reply to:
↑ 5
ramoonus
— 2 years ago
Replying to titanas:
The friendly message from Chrome says
The website encountered an error while retrieving /wp-admin/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
browser based errors can be ignored
have you tried turning on php error display and disabling all plugins?
comment:7
titanas
— 2 years ago
It seems the problem occurs with certain WordPress + plugin configurations. Unfortunately i can't disable all the plugins in my production blog. I'll try an update with the error logs
comment:8
solarissmoke
— 17 months ago
- Keywords reporter-feedback close added
comment:9
SergeyBiryukov
— 17 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Feel free to reopen with the steps to reproduce on a clean install if there's still a problem.
Can you get to the wp-login.php page?