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

  1. Create your MariaDB/MySQL database
  2. Edit conf.php — set $dbserver, $dbuser, $dbpass, $dbname
  3. Run db/users.ddl to create the users table
  4. Run db/action_logs.ddl to create the logs table
  5. Reload this page — first registered user becomes admin