Opened 7 years ago

Closed 7 years ago

#2815 closed defect (bug) (fixed)

Error during DB upgrade due to missing file

Reported by: Viper007Bond Owned by: markjaquith
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)

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

Download all attachments as: .zip

Change History (3)

upgrade_functions

  • 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.

comment:2   ryan7 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.