Could not locate the project root folder (where includes/ resides).
Expected structure:
/home/piiwubza/ ├── property_management_system/ ← contains includes/ folder │ ├── includes/ │ │ └── config.php │ └── public_html/ ← your document root (where bootstrap.php is) │ └── bootstrap.php ← YOU ARE HERE
If your structure differs, edit this file and set $projectRoot manually:
$projectRoot = '/home/piiwubza/property_management_system';