Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Missing form field ‘user database password’ during installation (follow-up)


Roger Coathup
Participant

@rogercoathup

Ok, I’ve implemented a quick / dirty fix:

In bbpress/bp-admin/install.php, change line 196 from:

$bb_install->input_text(‘user_bbdb_password’, ‘password’);

to

$bb_install->input_text(‘user_bbdb_password’);

Skip to toolbar