The database credentials in includes/config.php are empty.
includes/config.php
Edit the file and set:
define('DB_HOST', 'localhost'); define('DB_NAME', 'your_database'); define('DB_USER', 'your_user'); define('DB_PASS', 'your_password');
Or run setup again.