[symfony-users] Re: plz help me to solve the problem with peroidically_call_remote() functions

2010-10-01 Thread Reo
euh... On 1 oct, 12:05, bheemala rambabu wrote: > i am new to symfony. please help me in this regard. i want to stop the > preroidically_call_remote() function. > > In my indexSuccess.php, i used the periodicall_call_remote() as like this : > > echo periodically_call_remote(array( >

Re: [symfony-users] Doctrine left join without relation

2010-10-01 Thread Svetoslav Shterev
On Fri, 2010-10-01 at 07:12 -0700, Vikos wrote: > Hello > > The question: Can I do join without relation [with doctrine]? This question is probably better suited for the doctrine user group. You cannot make a join without a relation in doctrine. > My project schema is huge. Every record has 'crea

Re: [symfony-users] Question on Forms

2010-10-01 Thread Gustavo Adrian
Maybe this plugin would help you: http://www.symfony-project.org/plugins/ahDoctrineEasyEmbeddedRelationsPlugin And this part of the "More with Symfony" book: http://www.symfony-project.org/more-with-symfony/1_4/en/06-A

[symfony-users] Question on Forms

2010-10-01 Thread eliana m.
Hi, I'm using symfony 1.4.3 Let me know if there is a chance to do the following: I have two modules called documents and photos. I need create a form that it serves both the documents and to the photos. Is it possible with symfony? -- If you want to report a vulnerability issue on symfony, p

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-10-01 Thread Loïc Vernet
Hi Bertrand, humm I don't get it. I mean my project works fine with 1.4.6 and without any hack. Check the ticket. ++ COil 2010/10/1 Bertrand Zuchuat > Hi Loïc, > > I use this solution to resolve this problem: > > http://www.funstaff.ch/2010/08/27/multiples-connexions-doctrine-et-le-chargement-

[symfony-users] Doctrine left join without relation

2010-10-01 Thread Vikos
Hello The question: Can I do join without relation [with doctrine]? My project schema is huge. Every record has 'created_by' filed... but no foreign key. ( 60+ FK to one table can cause lot problems). A want to get a table joined with the creators. But doctrine don't want to do it because it doe

[symfony-users] Re: Using Varnish Cache with Symfony

2010-10-01 Thread benlancaster
On Sep 30, 3:03 pm, CA wrote: > I am interested in using Varnish with Symfony to cache my static files > in a Rproxy while my dynamic assets are served by PHP. > > I currently have Varnish only removing cookies from static files and > caching static files -- but I cannot log into my Symfony applic

Re: [symfony-users] Re: sfValidatorString returing text "Array" when used as form filter validator

2010-10-01 Thread Alexandru-Emil Lupu
Hello! Maybe this would help $this->validatorSchema['name']= new sfValidatorSchemaFilter('text', new sfValidatorString(array( 'required' => false, 'min_length' => 4))); On Thu, Sep 30, 2010 at 7:47 PM, Keith Mendoza wrote: > I was actually expecting an array that

Re: [symfony-users] Re: deploy on cPanel shared host

2010-10-01 Thread Alexandru-Emil Lupu
Check this out ... http://www.alecslupu.ro/blog/Installing-a-symfony-project-on-a-shared-host Alecs On Fri, Oct 1, 2010 at 2:23 PM, aninffected wrote: > Hello, > > I am having the same problem as mr. Martin Henits above.I'd like to > ask you what you mean by "modify the routes in the index.php

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-10-01 Thread Stéphane
Bertrand, good website, btw :-) (french reader) Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Fri, Oct 1, 2010 at 1:28 PM, Bertrand Zuchuat wrote: > Hi Loïc, > > I use this solution to resolve this

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-10-01 Thread Bertrand Zuchuat
Hi Loïc, I use this solution to resolve this problem: http://www.funstaff.ch/2010/08/27/multiples-connexions-doctrine-et-le-chargement-des-modeles Best regards Bertrand Le 1 oct. 2010 à 10:37, Loïc Vernet a écrit : > ? > > 2010/9/28 Loïc Vernet > Thanks. > > There are now 3 people reporting

[symfony-users] Re: deploy on cPanel shared host

2010-10-01 Thread aninffected
Hello, I am having the same problem as mr. Martin Henits above.I'd like to ask you what you mean by "modify the routes in the index.php file of symfony to point to the lib directory.", because I didn't understand.Specifically, which index.php file do you mean, and which lib directory? :) I looked

Re: [symfony-users] Re: sfValidatorString returing text "Array" when used as form filter validator

2010-10-01 Thread Keith Mendoza
I was actually expecting an array that would have the 'text' key when I discovered this. I have no issues with using the sfValidatorString class on objects derived from sfForm, just with objects that are based on sfFormFilterDoctrine. That's where I'm confused. I also noticed that classes generated

[symfony-users] plz help me to solve the problem with peroidically_call_remote() functions

2010-10-01 Thread bheemala rambabu
i am new to symfony. please help me in this regard. i want to stop the preroidically_call_remote() function. In my indexSuccess.php, i used the periodicall_call_remote() as like this : echo periodically_call_remote(array( 'frequency' => 1, 'update'=>

[symfony-users] Re: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens

2010-10-01 Thread Svetoslav Shterev
On Sep 28, 2:26 pm, corneliusparkin wrote: > When selecting one option in the destination select box and submitting > the form to the action, it seems fine, but as soon as I select more > that one, I receive the error: "SQLSTATE[HY093]: Invalid parameter > number: number of bound variables does no

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-10-01 Thread Loïc Vernet
? 2010/9/28 Loïc Vernet > Thanks. > > There are now 3 people reporting the issue in the ticket. I'm surprise > there is not more feedback, because it can potentially break all projects > who are using more than 1 doctrine connexion. > > Kris ? Jonathan ? > > > 2010/9/24 BenjaM1 > > Hi Loïc, >>