query("SELECT * FROM installations ORDER BY created_at DESC LIMIT 10"); $installations = $stmt->fetchAll(PDO::FETCH_ASSOC); $total_installations = count($installations); } catch (Exception $e) { $installations = []; $total_installations = 0; $db_error = "Database connection failed or table not found. Please run the migration."; } ?>
From your terminal, please run: php db/migrate.php
php db/migrate.php