';
echo 'WebsiteBox: Initial setup completed with errors. ';
echo 'Some plugins or themes may not have installed correctly. ';
echo 'To retry, run: docker compose restart wordpress';
echo '
'; echo 'WebsiteBox: Initial setup is still in progress. '; echo 'The container may still be installing themes and plugins. Please wait a moment and refresh this page.'; echo '
| Setup Status | ';
if ($complete) {
echo '✓ Complete';
} elseif ($partial) {
echo '⚠ Partial — retry with: docker compose restart wordpress';
} else {
echo '⌛ In progress...';
}
echo ' |
| Age Gate | '; echo $restrict_all ? "Enabled (minimum age: {$min_age})" : 'Installed but not restricting all content'; echo ' |
| Age Gate | Not active |
| Backups | '; if (!empty($last_backup['backup_time'])) { echo 'Last backup: ' . date('Y-m-d H:i', $last_backup['backup_time']); } else { echo 'No backups yet'; } echo ' |