[symfony-users] [symfony2] Problem with File type in form

2011-06-06 Thread Moises Gallego
Hi, I'm trying to make a form to add Info to an User with an avatar I'm created a file field and works correctly, I'm create the form at this way. $form = $this->get('form.factory') ->createBuilder('form', $userInfo) ->add('name', 'text') ->add('last_name', 'text') ->add

[symfony-users] [Symfony2] Elisp Library to integrate a bit Symfony2 in emacs

2011-04-27 Thread Moises Gallego
Hi all I created a small library to integrate a bit Symfony2 in the Emacs editor, I suppose not many of you use emacs, but if someone helps you i put a link. I have no intention to improve a lot, and I do not know very well elisp and I created for my emacs a little better and make it even more pr

[symfony-users] [Symfony2] Problemas con app.php PR8

2011-03-28 Thread Moises Gallego
Tengo un problema con el entorno de producción, a ver si a alguien se le ocurre algo. Resulta que si ejecuto app_dev.php funciona correctamente, pero cuando ejecuto app.php me da el siguiente error Oops! An Error Occurred The server returned a "500 Internal Server Error". Something is broken. Ple

[symfony-users] Creating a bundle in SF2 PR8 with the console. Problem

2011-03-28 Thread Moises Gallego
Hi all, I'm with symfony PR8 and appear me the following problem: I am creating a bundle with "php app / console init:Bundle Name \NameBundle src" as the documentation says This command create the bundle, but with the old configuration, that is, files of "routing" and without the possibility of

[symfony-users] [symfony2] Integración PHPUnit + IDE

2011-03-28 Thread Moises Gallego
Hola a todos, He estoy intentando integrar PHPUnit 3.5 con algún IDE pero no soy capaz por mucha información que busco. Cuando ejecuto el PHPUnit directamente me funciona con "phpunit -c app/" por lo cual dudo que se deba a un error de PHPUnit o versión Si alguien conoce de algún sitio donde exp