Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Installation Errors, every time, DB Issue


Sam Bauers
Participant

@sambauers

The quickest (and dirtiest) solution might be to change line 91 in bb-settings.php to:

require( BBPATH . BBINC . 'db.php');

.

I haven’t tested this, but it should work.

It will force bbPress to use the MySQL PHP extension instead of MySQLi

Skip to toolbar