Re: [symfony-users] Veeeeeeeeeerry Strange Error with a form

2009-12-28 Thread Parijat Kalia
hmm..what is your dev environment Operating system, and find out which is for your production environment. I had a similar problem, where the forms would not execute in the production environment but would execute itself in the dev environment just fine. The issue was that my production was linux

Re: [symfony-users] Veeeeeeeeeerry Strange Error with a form

2009-12-28 Thread Eno
On Mon, 28 Dec 2009, Dennis wrote: > When I use the dev environment, it works perfectly. I upload a file, I > can bind it, get the value, save the fiile to file system, VOILA, > build the original model in a new object, and save the URL for the > file's new location in the database. Love :-) > >

[symfony-users] Veeeeeeeeeerry Strange Error with a form

2009-12-28 Thread Dennis
I have a project where I copied the guts of a Doctrine based form, deleted all fields, added a simple file field, but kept the line with 'getModelName' with the old model. Didn't think it would work it all, but it does, sort of. When I use the dev environment, it works perfectly. I upload a file,