One-time secure setup for a custom PHP/MySQL verification portal.
Required modules and writable paths are checked using actual server values.
| Requirement | Status | Details |
|---|---|---|
| PHP 8.1 or newer | READY | 8.1.2-1ubuntu2.23 |
| PDO MySQL extension | READY | Available |
| mbstring extension | READY | Available |
| OpenSSL extension | READY | Available |
| Sodium extension | READY | Available; preferred encryption provider |
| Fileinfo extension | READY | Available |
| ZipArchive extension | READY | Available |
| Configuration directory writable | READY | config/ directory |
| Storage directory writable | READY | storage/ directory |
| Installer log path writable | READY | storage/logs/ directory |
| Branding upload path writable | READY | assets/uploads/branding/ directory |
| PHP upload limit | INFO | 2M upload / 8M POST |
| Available storage space | INFO | 63.19 GB reported free |
| GD image re-encoding | READY | Branding images will be decoded and re-encoded. |