-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException: You have requested a non-existent parameter "routes" #525
Comments
Hello! :) I think i might need some more information about your problem. But seems like it's not loading correctly the routes of the project. Could you execute |
Thanks for your quick answer. I don`t use docker. My nginx: location / {
} I don`t visit 8081 port. I have a domain and I visit 80 port. Thanks. |
When I visit this page(Our domain).This page isn’t working And I list log: |
Sorry, i though you were testing it in your local machine, that's why i asked about if you used docker/up and if you visited the port 8081, that's the one mapping port 80 in the docker container. Did you check the example nginx configuration inside the repository? Could you send us the domain where you have the instance running? |
Hi, This is my nginx conf file. I follow this doc: I did not used docker. Maybe I ask one question, should I use docker if it is on produciton ? `server { location / {
} |
The db is correct and it has been created all tables. Thanks your help again. |
Hi, I have the problem during installation, have you found a solution? |
It's not something that we face normally. Could you check if the vendor folder has the same user as the application? Maybe you downloaded it with |
Thanks for the response, I checked and the permissions on the files and folders are correct. I'm going to start the installation from scratch. |
2023/03/08 09:39:09 [error] 32536#32536: *70 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException: You have requested a non-existent parameter "routes". in /home/wwwroot/goteo/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php:95
Stack trace:
#0 /home/wwwroot/goteo/vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php(69): Symfony\Component\DependencyInjection\ParameterBag\ParameterBag->get()
#1 /home/wwwroot/goteo/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php(206): Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag->get()
#2 /home/wwwroot/goteo/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php(177): Symfony\Component\DependencyInjection\ParameterBag\ParameterBag->resolveString()
#3 /home/wwwroot/goteo/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php(167): Symfony\Component\DependencyInjection\ParameterBag\ParameterBag->resolveValue()
Hi creator, I have an issue.
I have change db connection and it is successful. That means the db is correct. I have seen all tables.
I follow this doc.
https://goteofoundation.github.io/goteo/docs/install.html
Please help me. Thanks
Tom
The text was updated successfully, but these errors were encountered: