";
echo "PFAD-FEHLER: Der Controller wurde unter folgendem Pfad nicht gefunden:
";
echo "" . htmlspecialchars($controllerPath) . "
";
echo "richtiger pfad name?";
echo "";
}
}
echo "
"; echo "Aktuelle URL-Parameter (GET): "; print_r($_GET); echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION); echo ""; // debugging $results = $_SESSION["search_results"] ?? []; $query = $_SESSION["search_query"] ?? ""; $resultCount = count($results); ?>