[symfony-users] File uploads doesn't work with an another server

2009-09-06 Thread William DURAND
Hi, I'm writing an application using sf 1.2 Doctrine. Under windows XP, Ubuntu 9+ and OS X no problems, but under Debian one of my forms doesn't work. That form allows user to upload files but under Debian, upload doesn't work. The method isValid() always returns false, it seems to be a

[symfony-users] Re: Migrating Propel schema to Doctrine

2011-05-24 Thread William DURAND
Hi, You can use your Propel schema in a Symfony2 project without any changes by using Propel as ORM instead of Doctrine2. Take a look at this bundle : https://github.com/willdurand/PropelBundle It allows you to build Symfony2 ready classes (be aware of that part of the Propel doc:

[symfony-users] Re: [SF2] FOSUserBundle and Propel

2011-06-15 Thread William DURAND
Hi, You have to use a Proxy class that handles the real User Propel object and implements the UserInterface. This is pretty easy but you will have to override the part where the user is retrieved to use your Proxy class instead of your Model class. Regards, William. On 15 juin, 15:44,