Posts by Manuel Nigelky • 1 point
3 posts
-
-1
votes1
answer8
viewsA: Symfony Application Publication (production)
I had the same problem at the hostgator. I did the following: I created two .htaccess. One at the root and one at public .htaccess at the Root: RewriteEngine On RewriteBase / RewriteCond…
-
0
votes1
answer28
viewsA: Cannot autowire service
I managed to solve. no services.yaml add: App Service Responseservice: Arguments: $success: bool $paginaAtual: int $itensPorPagina: int $countryRespoint: '%kernel.debug%'
-
-1
votes1
answer28
viewsQ: Cannot autowire service
How do I resolve the following error: Cannot autowire service "App Service Responseservice": argument "$sucesso" of method "__Construct()" is type-hinted "bool", you should configure its value…