-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Installation system
-
Labels:None
-
Environment:PHP 5.4.4, MySQL(i) 5.5.24
Setting the database type to mysql allows for install but does not allow access to the board once install is completed.
Changing $dbms = 'mysql'; to $dbms = 'mysqli'; in config.php will allow access.