Questions tagged [symfony-2.2]

This is the Symfony 2.2.x specific tag. Use it in addition to the symfony2 tag if your question is specific to Symfony 2.2.x — not just 2.x.

Symfony is a PHP full-stack web framework developed and maintained by Sensio Labs.

Information

This tag is specific for the 2.2 version of Symfony, which has been released on the 1 March 2013. See the tag for general Symfony 2.x questions.

As of 19 June 2013, the latest stable release of Symfony 2.2 is version 2.2.3.

Living on the edge

There are a set of interesting links on the symfony blog about what's new in this version:

Useful links

190 questions
0
votes
1 answer

Embed a Collection of Forms : Add a Tag jQuery

I'm trying to reproduce the Symfony 2 Cookbook Tutorial Add a new Tag I'm using exactly the same code like in the tutorial but I have some problems with the jQuery include. new.html.twig :
ChrisS
  • 736
  • 2
  • 8
  • 21
0
votes
1 answer

Symfony plugin install error

I am installing the FOSUserBundle which i have downloaded from Knpbundle. I have configured it properly as the instruction given. I have created a route so my 'app/config/routing.yml' is as bellow. fos_user_security: resource:…
Viraj.S
  • 305
  • 1
  • 8
  • 18
0
votes
2 answers

Custom entity generation error in symfony2

hi I am creating a custom entity class without using command prompt. so that I have created one table name " profile " with the following fields. id: type = integer,Pk, name: type = string lastname: type = string, email: type =…
Viraj.S
  • 305
  • 1
  • 8
  • 18
0
votes
1 answer

Why autoloader error comes in symfony2

can any one please let me know why the autoloader error is comes in symfony2. what is parmenanat solution of it. i have download the symfony2 version with vendor and all the things is working properly accept when i insert a custom class and try to…
Viraj.S
  • 305
  • 1
  • 8
  • 18
0
votes
1 answer

Upgrading to Symfony 2.2 RC2 causes mapping errors

I have just upgraded my Symfony's project version from 2.1 to 2.2 RC2 and started seeing some mapping errors that did not appear on 2.1. My entire mapping seems to throw errors. There's an example: These are my two…
Pedro Cordeiro
  • 2,085
  • 1
  • 20
  • 41
0
votes
3 answers

FOSUserBundle extra authentication criteria

I'm working on a multi-tenancy application and I need to accomplish some rules to check when the user can be authenticated (I'm not talking about roles, trying make login should return "Invalid username or password"). My question is: where is the…
Marcos Passos
  • 400
  • 1
  • 3
  • 15
0
votes
1 answer

Choose parent/child bundle depends on domain in Symfony2

Suppose I have two bundles ParentBundle and ChildBundle. ChildBundle "extends" ParentBundle by // ChildBundle/ChildBundle.php
luiges90
  • 4,493
  • 2
  • 28
  • 43
0
votes
2 answers

Symfony 2 - onSecurityAuthenticationSuccess handler gets called on every page load

I have created a security.authentication.success event listener, which should send a line to the logs upon login success. Now every time I load a page which is behind a firewall, I get a successful login message in my logs. If I tried to use if…
GergelyPolonkai
  • 6,230
  • 6
  • 35
  • 69
-1
votes
2 answers

PHP: test == return false when he should not

I'm working with symfony2, and i really don't understand what's happen with this. i have a == test, who don't return true when he should !At the very first iteration of that foreach, the == 's for test answer one time true, but after the first…
-1
votes
1 answer

How to install CRUD bundle with Symfony std. vendors 2.2 and Windows using NetBeans

I would like to install bundle: http://knpbundles.com/sachoo/CrudGen I use: NetBeans 7.3 with successfully configured Symfony standard vendors 2.2 Windows 8 Wamp Server 2.2 can anyone please guide me how to install that bundle step by step as I am…
Jimmix
  • 5,644
  • 6
  • 44
  • 71
1 2 3
12
13