[symfony-users] Php notice in abstactToken.php

2011-03-24 Thread Alvaro Garcia
Hi! The notice is: Notice: serialize(): albumName returned as member variable from __sleep() but does not exist in /var/www/wixet/Symfony/vendor/symfony/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php The file Wixet.WixetBundle.Entity.User.dcm.xml contains many-to-one

[symfony-users] ACL Groups

2011-03-10 Thread Alvaro Garcia
Hi! ACL in Symfony 2 is wonderful but I can't find how to manage groups. In my app I haver users and user groups. Every user can create their own groups and this groups contains the user friends. A user can be contained into several groups. Now I want to protect some objects (photos and

[symfony-users] Unsecure module into secure application

2010-08-27 Thread Alvaro Garcia
Hi! I have secured the application (application/config/security.yml) and a want an unsecured module. Then I have the file /application/unsecuredModule/config/security.yml configure to make the module no secure. With this configuration the module are still secured. At the moment I have unsecured

[symfony-users] GuardUser in doctrine class

2010-06-06 Thread Alvaro Garcia
Hello! In my doctrine class (lib/model/doctrine/XXX.class.php) I have overwritten the constructor. The reason is I need to validate that an user can load this object (photograph in my case). Then, when I load a collection of photographs ($photoAlbum-getPhotos()) the constructor check the

[symfony-users] Triggers and procedures YAML definition

2010-04-15 Thread Alvaro Garcia
Hello! It seems that in Doctrine we can't create triggers and procedures (manual insertion required) but I want to know if anyone have a trick to build it. Thank you! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] Global CLI in Symfony 2

2010-03-28 Thread Alvaro Garcia
Hi, I am looking for a global CLI. I know that every application have its own console but, how can I create new applications through CLI? Thank you -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because