Oakwood Transport
Database Check
Admin-only connection and schema diagnostics.
| Check | Status | Detail |
|---|---|---|
| PDO connection | OK | Connected to MySQL host localhost as rbakvsk6_oakwood. |
| Selected database | OK | Current database: rbakvsk6_oakwood. Expected: rbakvsk6_oakwood. |
| ooo_requests table | OK | Table exists. |
| Required columns | OK | All required columns found. |
| SELECT permission | OK | Read test passed. Current request count: 9. |
| INSERT/UPDATE permission | OK | Insert and update tests passed and were rolled back. |
Common fixes
- If the connection fails, update
DB_HOST,DB_NAME,DB_USER, andDB_PASSinconfig.php. - If the table is missing, import
database.sqlinto the configured database. - If v2 columns are missing, run
migration_2026-07-06_13-33.sqlonce against the configured database. - If permissions fail, grant the database user
SELECT,INSERT, andUPDATEon the configured database. - Disable debug mode after troubleshooting by setting
DEBUG_MODEtofalse.