This page helps find why the app shows a blank page.
| Check | Status | Details |
|---|---|---|
| PHP version | OK | 8.4.24, recommended 7.4 or newer, PHP 8 preferred |
| PDO extension | OK | Required for database connection |
| PDO MySQL driver | OK | Required driver: pdo_mysql |
| Database connection | OK | Connected to iwnd_460_lend |
| Table: settings | FAILED | Missing or unreadable |
| Table: users | FAILED | Missing or unreadable |
| Table: borrowers | FAILED | Missing or unreadable |
| Table: loans | FAILED | Missing or unreadable |
| Table: loan_installments | FAILED | Missing or unreadable |
| Table: payments | FAILED | Missing or unreadable |
1. Edit includes/config.php with your real database name, user, and password.
2. Import schema.sql into that same database.
3. Open setup.php to create the first admin.
4. Confirm PHP 7.4+ or PHP 8 and pdo_mysql are enabled.