David Garcia
David Garcia
Hi all, No more activity here? I have the same problem, using SF 3.4
Hi @xabbuh Regarding PR https://github.com/FriendsOfSymfony/FOSRestBundle/pull/1834 Quick question: given the PR description is pointing the `TwigBundle` and `FOSRestBundle` is a Bundle to create RESTful APIs (that nowadays usually return XML or...
Hi @xabbuh Excellent, now I see your point! I believe that update might help a little but, in the end, the real problem is what was described and potential solution,...
Hey @stof I didn't provide them because I don't see how it might help in this specific car - still, please check the configuration files and exposed logs below: ```shell...
By the way, this is the logs output when browsing under the `dev` environment: ```shell $ tail -n 0 -f *.log ==> dev.log nginx.access.log nginx.error.log prod.log nginx.access.log dev.log nginx.access.log dev.log
> Hello @DavidGarciaCat , have you been able to solve the problem? > > The same thing happens to me, locally it works correctly and in production it gives me...
As @sroze suggested, I see the benefit of `SymfonyExtension`, but as @stof has pointed, this could imply a new extension, especially in order to keep BC for existing projects. May...
Even if the extension is not renamed, IMO the Symfony 4 support should be applied, in order to be used on new projects. It's really frustrating when we can see...
I have the same problem here. Given this issue was posted in 2018, I guess it's a dead topic? Has anyone solved it (without creating a virtual property using the...
Just in case its useful, the error I get is ``` Warning: Undefined property: Doctrine\Common\Collections\ArrayCollection::$id ```