Go to your hosting account and File manager. and open Forum Folder.
Open ./inc/config.php and check $config['database']['type'] is correct.
Check ./inc/config.php to see if the database type is set correctly and that it is available to use on your server. If you're not sure, ask your host which one you should be using (mySQL, mySQLi, pgSQL or SQLite).
Or Open ./inc/config.php and Change one by one "mySQL, mySQLi, pgSQL or SQLite" in $config['database']['type']. Change one by one and save and continue file and refresh your page.
Your problem will solve.