-
Notifications
You must be signed in to change notification settings - Fork 84
Fix typo in symfony service filename. #217
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
Conversation
Hmm... Not really sure if this is the issue I'm facing... |
looking at https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/tree/master/Resources/config i think you are correct. and i am quite surprised our tests don't show this problem. can you please reopen the pull request? i want to merge it. |
I think there are other issues... |
oh, thanks for that one. do you see other issues or is that about it? did you get things to work in your application with this? its all quite new - but obviously we lack some configuration testing here. |
For the moment, I don't know if it's enough. |
Fix typo in symfony service filename.
please do a new pull request if you have more things. the fixes you had already are valid and i merged them. please ping when you are good, i will tag a new version then. |
I've finally been able to make the bundle works, but:
tags:
enabled: false Disabling the tags, I've got an other issue: ServiceNotFoundException: The service "fos_http_cache.command.invalidate_tag" has a dependency on a non-existent service "fos_http_cache.handler.tag_handler". (everything works fine when I comment the service) |
I'm trying something. |
hm. indeed the symfony cache for now does not support cache tagging. but this is inconvenient for the user. in symfony cmf, we have some of these options as |
Well. I've done some stuff to split tag_handler command service from the cache_manager.xml, and I do not have any Exception. Do I miss something, somewhere? |
you mean you send purge requests to your symfony cache but it does not work? did you set up the HttpCache as explained in the documentation? |
Ok, I've find my problem. |
thanks a lot! |
Using symfony as proxy_client failed.