Top "Symfony-2.1" questions

This is the Symfony 2.1.x specific tag.

Redirect after login in Symfony 2

In Symfony 2 you can set up a target for the logout so that after logout you will be redirected to /…

symfony redirect symfony-2.1 symfony-security
Symfony2 Select one column in doctrine

I'm trying to refine the query trying to select fewer possible values ​​.. For example I have an entity "Anagrafic" that …

symfony doctrine-orm symfony-2.1
Symfony get form data in controller

I have this view: //login.html.twig <!DOCTYPE html> <html> <head> <meta http-equiv="…

symfony symfony-forms symfony-2.1
Symfony 2 | Form exception when modifying an object that has a file(picture) field

I'm using Symfony2. I have an entity Post that has a title and a picture field. My problem : Everything is …

php file-upload symfony symfony-2.1
No encoder has been configured for account with fosUserBundle symfony2.1

I have this error when I submit the connexion form (I use FOSUserBundle latest version) : No encoder has been configured …

submit symfony-2.1 fosuserbundle encoder
Symfony2.1: Unable to find the controller for path "/login_check"

I used the "Using a traditional login form" tutorial from symfony.com to authentificate my users. With a simple http …

php symfony symfony-2.1
how to generate entities and schemas for enum in symfony

i am trying to generate entities for my contact information. for that i have first create Entity with the following …

php symfony symfony-2.1
CORS Api with symfony

I should make cross domain API with Symfony. There is some bundle for that? I have tried FOS Rest Bundle …

symfony cors cross-domain symfony-2.1
Sonata Admin Bundle: DatePicker range

How would I create a doctrine_orm_datetime_range filter in the Sonata Admin Bundle which uses the jQuery UI …

datepicker symfony-2.1 jquery-ui-datepicker symfony-sonata sonata-admin
Symfony2 send form ajax

I'm trying to submit a form via ajax to update a field of an entity, but do not know how …

ajax symfony symfony-2.1