[symfony-users] Opinión sobre Symfony e Informática en Castellano

2011-12-21 Thread Leo Barrientos
Hola a todos, Estoy construyendo una comunidad de informática en castellano inspirado en mi trabajo com desarrollador de software y de Symfony y me gustaría invitarles a participar y pedirles su opinión, el sitio es http://www.estudiaenred.com Cada semana escribimos de 2 a 4 artículos muy interes

[symfony-users] MappingException: Class Acme\UserBundle\Entity\User is not a valid entity or mapped super class

2011-12-21 Thread Grzegorz Floryanski
Hi, I am getting such an error: MappingException: Class Acme\UserBundle\Entity\User is not a valid entity or mapped super class I tried almost everything but I am stacked with that errorall the time. My User class looks like this : // src/Acme/UserBundle/Entity/User.php namespa

Re: [symfony-users] [Symfony2] Using ZendAMF with Symfony2

2011-12-21 Thread GaB
Hi Nick, do you mind sharing your findings about amf? thanks On 15/03/2011 3:44, Nick Jennings wrote: Hi All, I've been digging into Symfony2 and really love what I've learned so far. I will be needing a complete AMF3 solution, and have been planning on using ZendAMF since before I started d

[symfony-users] Error - Form Job - day 3

2011-12-21 Thread Emmanuel Allende
Hi! I'm having a problem. I can't see the form (in the Jobeet tutorial, day 3) with any style. Why is this? any solution? Thanks! (Sorry about my english...) -

[symfony-users] Re: [Sf2+MongoDB] predefine key for EmbedMany

2011-12-21 Thread tecbot
Look at this pull request: https://github.com/doctrine/mongodb-odm/pull/194 It was merged yesterday, but the pull requests brokes the remove operation of embedded documents. Please wait -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

[symfony-users] KNP and Admin generator error

2011-12-21 Thread Grzegorz Floryanski
Hi, I am using AdminGeneratorBundle with KNP Menu and after installing all the bundles and login to the administration panel I have such an error: Fatal error: Call to undefined method Doctrine\ORM\Query\AST\PathExpression::isSimpleArithmeticExpression() in /home/platne/sgnx/public_html/vendo

[symfony-users] Symfony2 Form as a Standalone component

2011-12-21 Thread Hari K T
Hi Guys , I downloaded the Symfony2 Form components . I was looking how to create the form object . Is it the FormFactory , FormBuilder or anything else ? I looked the book http://symfony.com/doc/current/book/forms.html#book-form-creating-form-classes But its mainly on the Symfony controller