bonjour

j'ai un petit lot de bug lors du lancement d'un server de dev symfony avec la commande :
voici la liste :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[OK] Web server listening                                                         
 
      The Web server is using PHP CGI 7.3.5
 
      https://127.0.0.1:8000
 
 
 
 
[Application    ] Jun 11 22:24:21 |DEBUG| PHP    User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient
[Application    ] Jun 11 22:24:21 |DEBUG| PHP    User Notice: Upgrade the curl extension or run "composer require amphp/http-client" to perform async HTTP operations, including full HTTP/2 support
[Application    ] Jun 11 22:24:22 |ERROR| REQUES Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\wamp64\www\symfonyTutorial2\website-skeleton\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136
[Web Server/PHP ] Jun 12 00:24:23 |WARN | SERVER GET  (404) / ip="127.0.0.1"
[Application    ] Jun 11 22:24:23 |INFO | REQUES Matched route "_wdt". method="GET" request_uri="https://127.0.0.1:8000/_wdt/84a5f0" route="_wdt" route_parameters={"_controller":"web_profiler.controller.profiler::toolbarAction","_route":"_wdt","token":"84a5f0"}
[Application    ] Jun 11 22:24:23 |DEBUG| PHP    User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient
[Application    ] Jun 11 22:24:23 |DEBUG| PHP    User Notice: Upgrade the curl extension or run "composer require amphp/http-client" to perform async HTTP operations, including full HTTP/2 support
[Web Server/PHP ] Jun 12 00:24:24 |INFO | SERVER GET  (200) /_wdt/84a5f0 ip="127.0.0.1"
ces erreur n'existait pas il y a 3 mois de cela sur la meme installation, que c'est il passé. que dois-je faire ?