Hi,today I found a typo in the symfony 2.0 documentationI thought it was a good idea to peport it o[...]
Hi all,I am having problem in passing value. Any idea what I am doing wrong?Thanks in advance.My ro[...]
Hi, community,I am considering integrating an external data provider into Symfony2. The idea is tha[...]
Hi,Does anyone have any experience or idea on how to create a cookie session handler so that sessio[...]
Hello,I am looking for the way to secure all actions on specific bundle. 1. My Idea was to write ba[...]
I saw an interesting syntax in symfony 2.x and i am not sure how to call it and what type of variable it is. In the view, There is a helper variable called $view and it can be used in for many things and here is what i don't understand Sometimes it is used like an array: $view[[...]
I am getting the following error, with the code below: ServiceNotFoundException: The service "security.firewall.map.context.main" has a dependency on a non-existent service "security.user.provider.concrete.fos_user_bundle". This happened after I added the chain_provider: provide[...]
As you know, in Symfony2.1 php bundles and packages are managed by composer, but would be maybe a good idea to hook up the managing of web assets as well? I would really love to update Twitter Bootstrap, jQuery, jQueryUi, Underscore.js and many other libraries using the same consol[...]
I am using FOSUserBundle and FOSUserFacebookBundle to authenticate my users. The issue is that when I visit my /login page. I have two text field with a username and password. When I input my username and password, I am getting the following error: The Facebook user could not be r[...]
I've this Symfony 2.1 project that I've successfully developed on my local machine (Mac OS). I've also succeeded to deploy it on a shared hosting. And now that I've deployed it on a real dedicated server (Debian 6), I get this error : Fatal error: Class 'Acme\DemoBundle\AcmeDemoBu[...]