这是我的堆栈垃圾,我在做现有的Symfony项目时得到了它。
烟囱垃圾:Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException:您请求了一个不存在的参数"file_path"。在D:\xamplep\htdocs\dashboard\sfashion\vendor\symfony\symfony \src\symfony\Component\DependencyInjection\ParameterBag\ParameterBag.php:102堆栈跟踪:#0 D:\xampp\htdocs\dashbard\sfashies\vendor\symfony \ src\Symfone\Component \Dependency Injection\ParameterBag\EnvPlaceholderParameterBag.phpD: \xamplep\htdocs\dashboard\sfashion\vendor\symfony\symfony \src\symfony\Component\DependencyInjection\ParameterBag\ParameterBag.phpSymfony\Component\DependencyInjection\ParameterBag\Parameter巴格->resolveString('%file_path%',Array(#3 D:\xamplep\htdocs\dashbarr,位于D:\xamp\htdocs \dashboard\Symfony \Symfony\src\Symfony \Component \Dependency Injection\ParameterBag\parameter巴格.php,第102行
您正在调用一个未在容器中注册的名为file_path
的参数。
如果已注册,请使用bin/console cache:clear
清除缓存。
另外,不要使用XAMPP:它在中间得到了太多的东西。您可以使用Symfony的web服务器或php内置的web服务器。php -S 0.0.0.0:8000 -t /path/to/your/project