Top "Symfony-2.4" questions

Symfony is an Open Source distributed PHP framework.

Symfony2.4 form 'This form should not contain extra fields' error

I'm trying to build app based on REST api ang AngularJS. I've been following this tutorial http://npmasters.com/2012/11/25/Symfony2…

php forms angularjs symfony symfony-2.4
Symfony2: How to use constraints on custom compound form type?

Here is a question I've been breaking my head over for a while now. Please know that I'm not a …

php symfony constraints symfony-forms symfony-2.4
Failed to start the session: already started by PHP ($_SESSION is set). 500 Internal Server Error - RuntimeException

I am trying to implement a simple login page for my usermanagementbundle and I'm new in creating a form thru …

php session symfony symfony-2.4
Twig: set a variable inside a loop, use it outside that loop

I'm trying to define driverid, using set, as a var in for driver in assigned.driver cycle for use later. …

php symfony twig symfony-2.4
Symfony2: How to filter the options of an entity-choice form field by a certain attribute?

1.) The Situation (simplified) I have two entities: a Container-entity, which has exactly 1 Content-entity. The content_id is stored in the …

symfony doctrine-orm doctrine symfony-forms symfony-2.4
Redirect to "/login" if is not logged in

I need to redirect everyone to route /login if: Access to / route (app.php or app_dev.php) Try to …

php symfony fosuserbundle symfony-2.4
Symfony: The service ... has a dependency on a non-existent parameter kernel.secret

I'm trying to setup a new Symfony project. When I do a "php console.php config:dump-reference", I get an …

php symfony-2.4
Symfony2 FOSElasticaBundle update index for all entities related to the entity updated

I'm using FOSElasticaBundle and Doctrine in my project, and my code works for the selective index update using the Doctrine …

symfony doctrine symfony-2.4 foselasticabundle
Inherit form or add type to each form

I am searching for an easy way to add a bundle of fields to each form. I have found a …

symfony symfony-forms silex symfony-2.4
move and rename file in symfony2

I am learning Symfony2, and I am trying to upload an image from a handmade form to a destination folder, …

php symfony image-uploading symfony-2.4