Database Unavailable
Could not connect to the database.
Please check your conf.php configuration — verify the database host, username, password, and database name are correct.
The database must be created manually, and all DDL/SQL files in the db/ folder must be executed to create the required tables.
Setup Checklist
- Create your MariaDB/MySQL database
- Edit
conf.php — set $dbserver, $dbuser, $dbpass, $dbname
- Run
db/users.ddl to create the users table
- Run
db/action_logs.ddl to create the logs table
- Reload this page — first registered user becomes admin