[symfony-users] sfWidgetFormInputFileEditable - unexpected field

2008-10-31 Thread adrive
Hello. I would like to use sfWidgetFormInputFileEditable with the delete feature, but I am wondering how. When I try it, I get an error: Unexpected extra form field named "image_delete". That's because the additional fields that are generated by the FE Widget are not registered in the sfForm:

[symfony-users] Re: PHP upgrade has killed our Symfony apps

2008-10-31 Thread Pablo Godel
Hi, You can try to upload an old version of Symfony to your directory and point your apps to this directory. If this could not be done, you could try to run your apps in a VPS where you would decide what version of Symfony to run. Pablo On Thu, Oct 30, 2008 at 2:23 PM, Dean Farrell <[EMAIL PRO

[symfony-users] Re: an example of embedForm() and its use

2008-10-31 Thread isleshocky77
Yeah. I realized that. I was planning on doing all the db updates manually since it shouldn't be very complex. I'm not up to that though. This is purely a sfForms thing I believe. Thanks for the response though. Any other direction would be helpful. -- Stephen On Oct 31, 3:48 pm, "Jonathan Wag

[symfony-users] Re: an example of embedForm() and its use

2008-10-31 Thread Jonathan Wage
Remember, the submitted values from the form are bound to the form, and then the values are passed to fromArray() on your Doctrine object. If you've used fromArray() before it is not a magic way to always update your object from an array of data. It isn't magically able to accept any form data and

[symfony-users] an example of embedForm() and its use

2008-10-31 Thread isleshocky77
With 1.2 around the corner I'm taking my first crack at the new form system brought by the 1.1 release. I need to make a form which is essentially made up of a bunch of inner forms. I'll post my schema at the bottom. Basically I have a table of Skills, just consist of a name, description and gr

[symfony-users] Re: Propel Schema

2008-10-31 Thread AlphaX
Problem solved! On 31 out, 14:29, AlphaX <[EMAIL PROTECTED]> wrote: > Hello, > > I am using the database PostgreSQL and when that run the command > propel: build-schema appears on the screen the following error: > > Fatal error: Call to a member function getColumn () on a non-object > in /var/www

[symfony-users] Propel Schema

2008-10-31 Thread AlphaX
Hello, I am using the database PostgreSQL and when that run the command propel: build-schema appears on the screen the following error: Fatal error: Call to a member function getColumn () on a non-object in /var/www/plugins/sfPropelPlugin/lib/vendor/propel-generator/classes/ propel/engine/databa

[symfony-users] Re: Date Style

2008-10-31 Thread AlphaX
Problem solved! On 30 out, 23:50, AlphaX <[EMAIL PROTECTED]> wrote: > Hey, guys, can someone help me? > > On 30 out, 12:09, AlphaX <[EMAIL PROTECTED]> wrote: > > > Hello, everyone! > > > I'm using PostgreSQL database with the date style d/m/Y, every time > > you return in a select format will 00/

[symfony-users] sfWidgetFormJQueryDate

2008-10-31 Thread Flancer
I have just tried it but can't seem to get it to work. I have noticed from the HTML source the widget is always disabled? Is there a plugin or a dependancy I need to fulfilled? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[symfony-users] Re: propel : dynamic linking

2008-10-31 Thread Thibault Jouannic
Hi Richtermeister, thank you for your reply. I'm not sure to understand, how you would build that in Symfony. As far as I understand it, that would be something like : bill: id: shop_items: id: book_id: tool_id: ... bill_id: book: id tool: id: Am I right ? Regards, Thibault