Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#1505 closed defect (bug) (fixed)

user_level field doesn't exist on fresh install [patch]

Reported by: ringmaster's profile ringmaster Owned by:
Milestone: Priority: normal
Severity: critical Version: 1.6
Component: General Keywords: install user level
Focuses: Cc:

Description

On a fresh install, the install.php attempts to set the user level for the first (admin) user, and cannot because that field no longer exists.

The installer should use the new role system.

Patch attached.

Attachments (1)

install.diff (1.2 KB) - added by ringmaster 20 years ago.
Patch for installer to support roles.

Download all attachments as: .zip

Change History (3)

@ringmaster
20 years ago

Patch for installer to support roles.

#1 @ryanduff
20 years ago

I tested and can confirm that this patch fixes the previous install problems.

#2 @ryan
20 years ago

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

(In [2707]) Setup admin's role during install. Props: Owen Winkler. fixes #1505

Note: See TracTickets for help on using tickets.