Re: [symfony-users] sfWidgetFormInputFileEditable admin required file

2010-01-08 Thread g0d br
is only required when it's a new object. Is that what you're looking for? Cheers, Daniel On Jan 7, 2010, at 8:52 PM, g0d br wrote: Hi, I still having this problem. Im using sfWidgetFormInputFileEditable for a backend form and when i edit the record with the image i have to choose

Re: [symfony-users] sfWidgetFormInputFileEditable admin required file

2010-01-07 Thread g0d br
one file to overwrite the old one. Thank you for any help. Celso On Fri, Dec 11, 2009 at 12:27 PM, g0d br g0d...@gmail.com wrote: i get the error when i try to edit an record. create and delete works fine but if i try to edit an record and dont select any file when i hit save the required

Re: [symfony-users] sfWidgetFormInputFileEditable admin required file

2009-12-11 Thread g0d br
that required error? Better what are you trying to achieve? sent via htc magic On Dec 11, 2009 1:11 AM, g0d br g0d...@gmail.com wrote: Hi, I have an schema like this: banner: id: ~ ordem: { type: integer, required: true } imagem: { type: varchar(255), required: true } link: { type

[symfony-users] sfWidgetFormInputFileEditable admin required file

2009-12-10 Thread g0d br
Hi, I have an schema like this: banner: id: ~ ordem: { type: integer, required: true } imagem: { type: varchar(255), required: true } link: { type: varchar(255), required: false } When i edit an record in admin module i get an error Required for imagem field. Thats the code in

[symfony-users] propel. how to retrieve

2009-12-01 Thread g0d br
Hi, I dont even know how to ask that but i want to show what i need. my schema.yml category: id: ~ title: { type: varchar(100), required: true, index: unique } product: id:~ category_id: { type: integer, foreignTable: category, foreignReference: id, onDelete: cascade } name: { type:

Re: [symfony-users] propel. how to retrieve

2009-12-01 Thread g0d br
$product_per_category_count; } Thats one example. You don't always have to do everything in a query using joins and to be honest we have often seen massive performance improvements NOT using switching away from joins. On Tue, Dec 1, 2009 at 2:56 PM, g0d br g0d...@gmail.com wrote: Hi, I dont even know how

[symfony-users] How to custom frontend for sfguarduser

2009-10-15 Thread g0d br
Hi, I just want to customize the labels username, password and password_again so far i created the module user php symfony propel:generate-module frontend user sfGuardUser but how do i proceed to cutomize the label if the lib/form class do not existe. Thank you celso

[symfony-users] Symfony 1.2 and sfguard

2009-05-13 Thread g0d br
Hi, I'd try to ask the same question in the forum. i have this erros when go to http://localhost/backend_dev.php/sfGuardUser *Strict Standards*: Non-static method genExtraListeners::listenToPreExecute() cannot be called statically in * /usr/share/php/symfony/event/sfEventDispatcher.class.php*

[symfony-users] Re: Which IDE do you use?

2008-09-09 Thread g0d br
Eclipse PDT On Tue, Sep 9, 2008 at 9:36 AM, Kris Wallsmith [EMAIL PROTECTED]wrote: Textmate and vi. I'm also going to check out the latest version of Coda. Kris On Sep 9, 2008, at 3:48 AM, markus.staab [EMAIL PROTECTED] wrote: Eclipse PDT On 9 Sep., 12:35, Dmitry Nesteruk [EMAIL

[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread g0d br
(Ubuntu) PHP/5.2.3-1ubuntu6 Server at intranet.projetos Port 80 thanks 2007/11/22, naholyr [EMAIL PROTECTED]: When you that it's not working, what exactly are the symptoms ? On 21 nov, 19:29, g0d br [EMAIL PROTECTED] wrote: hi, i having an problem that i cant troubleshoot. i am

[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread g0d br
/22, g0d br [EMAIL PROTECTED]: when i click the link to download it shows 404 not found page File: ?php echo link_to('click here to download', 'download/system?arq='.$sy-getFileId()) ? Not Found The requested URL /download/system/arq/1195653085.pdf was not found on this server

[symfony-users] Re: dev x prod enviroment

2007-11-22 Thread g0d br
files does not pass requests with file extension (.txt, .pdf, .etc). Look at the .htaccess file for details but you need to set up special case in your .htaccess file to also pass .pdf to to index.php Kupo g0d br wrote: i just found out that if i get the link result from File: ?php echo

[symfony-users] dev x prod enviroment

2007-11-21 Thread g0d br
hi, i having an problem that i cant troubleshoot. i am trying to do a file download through action download/test on dev mode frontend_dev.php works fine but on prod mode index.php is not working. i did change somethings like cache and log to see whats happening but no luck so far. can someone

[symfony-users] Re: shared hosting recommendations

2007-11-19 Thread g0d br
hi, try this link http://trac.symfony-project.com/wiki/HostsSupportingSymfony 2007/11/18, Bayarsaikhan [Singleton LLC] [EMAIL PROTECTED]: on symfony website, i mean. On 11/18/07, Bayarsaikhan [Singleton LLC] [EMAIL PROTECTED] wrote: it would be nice if there is Suggested Hosting part

[symfony-users] Re: Moving Symfony

2007-11-16 Thread g0d br
there is a symfony.php inside project diretory 2007/11/16, slinky66 [EMAIL PROTECTED]: Not sure.. Where does the symfony executable live? Is it not in /usr/ lib/php? We are using regular storage for sessions On Nov 16, 10:37 am, Eno [EMAIL PROTECTED] wrote: On Nov 16, 10:27 am, slinky66

[symfony-users] periodically_call_remote

2007-11-14 Thread g0d br
hi list, how do i show the time left to update using the periodically_call_remote() function? thank you -- http://zero-d.com.br/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to

[symfony-users] Re: Name of FK in list

2007-11-13 Thread g0d br
try this $tblcliente-getBairro()-getStrNomeBairro() 2007/11/12, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello! I need help in this: I got it: tblBairro: intCodBairro PK strNomeBairro VC(30) tblCliente: intCodCliente PK intCodBairro FK strNomeCliente VC(50) this line get the serial

[symfony-users] Re: sfGuard Question

2007-11-08 Thread g0d br
try this $this-getUser()-getGuardUser()-getId() 2007/11/8, Jon Busby [EMAIL PROTECTED]: How can I cleanly retrieve the User ID of a user? I've tried $this-getUser()-getId() but I get a undefinted method sfUser::getId -- Thanks, Jon Busby JBtwo Web Development Mobile :: +44

[symfony-users] Re: Ubuntu upgrade

2007-10-22 Thread g0d br
update: the same aplication on another server is running ok. others aplications on the same server is runnning ok. the problem seens to be always in views and partials only how to trobleshoothin this? thanks 2007/10/22, g0d br [EMAIL PROTECTED]: Hi, After ubuntu's upgrade my dev

[symfony-users] sfSimpleCMS install problem

2007-09-06 Thread g0d br
Hi, I've install sfGuard and build-model was ok then i install sfSimpleCMS and when i try to build the model i get this error [propel-sql] Processing: generated-sfGuardPlugin-schema.xml Execution of target sql-template failed for the following reason:

[symfony-users] Re: sfGuard

2007-08-09 Thread g0d br
Yes, you are right. Thanks 2007/8/8, Frank Stelzer [EMAIL PROTECTED]: You can link to the customized action, where you handle your customized stuff and after everything went fine you can forward to the normal login action of the plugin. - Frank Am 08.08.2007 um 21:18 schrieb g0d br

[symfony-users] sfGuard

2007-08-08 Thread g0d br
Hi, I'm trying to use an customized sfGuardAuth action to be called before login. i have the module and action ok but i dont know how to call it. Thanks -- http://zero-d.com.br/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] Re: Htmlentities

2007-05-10 Thread g0d br
put it in the database. But that's not what you asked, so I'll leave it at that! :] On May 8, 12:31 am, g0d br [EMAIL PROTECTED] wrote: Is there an way to apply htmlentities() to every input from form before save(). --http://zero-d.com.br/ -- http://zero-d.com.br

[symfony-users] Re: Htmlentities

2007-05-08 Thread g0d br
hi, thanks i learning about filters now. celso 2007/5/7, Jonathan H. Wage [EMAIL PROTECTED]: I would write a custom filter and apply it to the filter chain. - Jon g0d br wrote: Is there an way to apply htmlentities() to every input from form before save(). -- http://zero

[symfony-users] Htmlentities

2007-05-07 Thread g0d br
Is there an way to apply htmlentities() to every input from form before save(). -- http://zero-d.com.br/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

[symfony-users] About Deployment

2007-04-20 Thread g0d br
Hello, I finally deploy an application to my webhost and i'm happy with that, i wanted to do it as simple as possible and symfony made it easy for me with rsync. i have to change somethings in production side. - propel.ini - databases.ini is there an way to set that change in production side as

[symfony-users] Re: Problems with deployment

2007-04-18 Thread g0d br
is in: web/sf/prototype/* - Frank Am 18.04.2007 um 15:11 schrieb g0d br: thanks but i did that... the webhost is dreamhost there is a place to set where is JS? 2007/4/18, [EMAIL PROTECTED] [EMAIL PROTECTED]: I suppose that you have installed symfony with PEAR, so prototype

[symfony-users] Re: Get elements from form

2007-04-05 Thread g0d br
-setUser($user); $phone-setNumber($number); $phone-save(); } [/code] and also in you model you should have this fixed: foreign-key foreignTable=user reference local=user_id foreign=id/ /foreign-key Note that the foreign table is user not municipe Kiril g0d br wrote: Hi, I