App diagnostics

This page helps find why the app shows a blank page.

CheckStatusDetails
PHP versionOK8.4.24, recommended 7.4 or newer, PHP 8 preferred
PDO extensionOKRequired for database connection
PDO MySQL driverOKRequired driver: pdo_mysql
Database connectionOKConnected to iwnd_460_lend
Table: settingsFAILEDMissing or unreadable
Table: usersFAILEDMissing or unreadable
Table: borrowersFAILEDMissing or unreadable
Table: loansFAILEDMissing or unreadable
Table: loan_installmentsFAILEDMissing or unreadable
Table: paymentsFAILEDMissing or unreadable
Most common fixes

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.

Open setup Open login