heimrichhannot / contao-location-bundle

Other
0 stars 0 forks source link

Contao 4.13 - You have requested a non-existent service "huh.request" #2

Open leycommediasolutions opened 10 months ago

leycommediasolutions commented 10 months ago

Hallo,

nach der Installation des aktuellen Pakets 2.2.1 erscheint das neue Modul "Orte" im Backend. Beim Aufruf dieses Moduls kommt ein 500er Fehler zurück. Im Log-File ist dieser Eintrag zu finden.

[2023-09-14T11:59:02.066949+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: "You have requested a non-existent service "huh.request"." at /www/htdocs/w01b1423/website/vendor/symfony/dependency-injection/Container.php line 272 {"exception":"[object] (Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException(code: 0): You have requested a non-existent service \"huh.request\". at /www/htdocs/w01b1423/website/vendor/symfony/dependency-injection/Container.php:272)"} []

Was kann ich tun?

raum51 commented 6 months ago

Hallo, ich habe das selbe Problem mit Contao 4.13.35 und heimrichhannot/contao-location-bundle 2.2.1

Gibt es bereits irgend eine Lösung hierfür?

eiswurm commented 5 months ago

Da fehlt als Abhängigkeit das Request-Bundle, einfach folgendes in der composer.json ergänzen: "heimrichhannot/contao-request-bundle": "^1.3",