Opened 7 years ago
Closed 7 years ago
#2815 closed defect (bug) (fixed)
Error during DB upgrade due to missing file
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Just updated my copy of the bleeding edge and I went to upgrade my database via /wp-admin/upgrade.php. However, it doesn't work as on line 8 of /wp-admin/upgrade-functions.php is this:
require_once(ABSPATH . '/wp-includes/registration-functions.php');
Well, there's no such file.
Attachments (1)
Change History (3)
markjaquith — 7 years ago
comment:1
markjaquith — 7 years ago
- Keywords has-patch commit added
- Milestone set to 2.1
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
- Version changed from 1.2 to 2.1
Ryan just reorganized /wp-includes/
This patch should do the trick.
Note: See
TracTickets for help on using
tickets.

upgrade_functions