Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#2815 closed defect (bug) (fixed)

Error during DB upgrade due to missing file

Reported by: viper007bond's profile Viper007Bond Owned by: markjaquith's profile markjaquith
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: has-patch commit
Focuses: 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)

upgrade_functions.diff (1.1 KB) - added by markjaquith 18 years ago.
upgrade_functions

Download all attachments as: .zip

Change History (3)

@markjaquith
18 years ago

upgrade_functions

#1 @markjaquith
18 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.

#2 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [3863]) Use the correct filename. Props Mark Jaquith. fixes #2815

Note: See TracTickets for help on using tickets.