Bastien DURAND
Bastien DURAND
This is a proposal. The solution is actually working but there might be a better solution to do it! I'm open to any suggestion and improvements!
Hello gonzalovilaseca, did you manage to do something with this error?
I'm not not sure that it is exactly the same error but I also have a circular reference. it append when i Upgrade sf2.1 to 2.3 solving all dependancies about...
@gonzalovilaseca I manage to isolate from where the problem was originate. The BlockBundle add into the profiler a custom dataCollector to show the blocks list in the profiler. If I...
Thanks @dbu, I tried to set into the vendor definition to lazy but it didn't solve the circular reference.
Actually I have no idea, I just get a full web app with a lot of bundles configured. the app is to much integrate with CMF to be able to...
Thanks for your reply, I completely understand your lack of time, I already disable it in my dev vendors, Until a possible answer or finding of the problem, do you...
Oo That's right, I thought I was on it. i'll try to do the PR as soon as I can Thanks for your answers.
Hi stof, I would like to override grantAccessToken to change a little bit the way scope are given to the token. In my case, Client have allowedScope in there properties....
finally i'm not sur that my explanations were explicit so here is the last few line of the grantAccessToken I modified : ``` php // Check scope, if provided if...