Opened 14 years ago
Closed 14 years ago
#15799 closed defect (bug) (fixed)
Deactivated Sites on MultiSite give 500 header
Reported by: | Madtownlems | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Multisite | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
On a MultiSite network, users and admins can deactivate sites. When a non-logged in user tries to view the site, they get this message:
This user has elected to delete their account and the content is no longer available.
However, the server's response is 500 (Internal Server Error)
I'm not 100% sure what it SHOULD respond (possibly 404?) but 500 seems quite wrong.
Attachments (2)
Change History (7)
#2
@
14 years ago
- Milestone changed from Awaiting Review to 3.1
Patch sends 410 through wp_die().
I think we can also kill the WP_I18N. We moved ms_site_check() to the end of wp-settings.php, so we should have the network-wide locale at our disposal now.
Note: See
TracTickets for help on using
tickets.
What about 410?