Opened 12 years ago
Closed 11 years ago
#18224 closed defect (bug) (invalid)
Internal error 500 when accessing wp-admin
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | Administration | Keywords: | reporter-feedback close |
Focuses: | 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)
#3
@
12 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.
#4
@
12 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)
#5
follow-up:
↓ 6
@
12 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.
#6
in reply to:
↑ 5
@
12 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?
Can you get to the wp-login.php page?