[symfony-users] Re: how to write to an html file and display?

2007-12-17 Thread Angelina Talley
That works! As long as I don't put it in the same action that I want the presentation for, it works fine. I just put it one action before. :-) Thanks! On Dec 17, 2007 6:52 AM, weaverryan <[EMAIL PROTECTED]> wrote: > > I think I understand now. The function you use to return the html of > an acti

[symfony-users] Large Recordset running out of memory....

2007-12-17 Thread James
Hi, It's me again. v1.0.8 The whole reason I started playing with Symfony was for work. I've made a personal app to get familiar with Symfony and tonight I decided to take it to the work level. We have a database table with 1.4M records. We want to index these records in order to do a

[symfony-users] Re: Large Recordset running out of memory....

2007-12-17 Thread Lee Bolding
Dude, try the Lucene plugin :) Index your records with Lucene, give your database a break :) -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of James Sent: 17 December 2007 09:20 To: symfony-users@googlegroups.com Subject: [symfony-users] Large

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Matt Robinson
On Dec 16, 5:19 pm, Haris Zukanović <[EMAIL PROTECTED]> wrote: > Sometimes the sync command hangs without giving any signs of activity.. > Where in the code is the rsync command constructed - I wish to add some > rsync options to see better what happens to debug this situation It's in sfPakeEnvir

[symfony-users] Re: Large Recordset running out of memory....

2007-12-17 Thread Peter Bowyer
I'll echo what Lee said about Lucene, but if you want to do it in the DB - use PDO directly and not through Propel or Doctrine. I was having to import a 17000 CSV file (into a nested set and a products table) and Doctrine would run out of memory before finishing - native PDO had no problems wh

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Wicked
Haris, could you check your environment and symptoms about matching against this bug: http://bugs.php.net/bug.php?id=41874 ? On Dec 16, 11:19 pm, Haris Zukanović <[EMAIL PROTECTED]> wrote: > Ciao ppl, > > Sometimes the sync command hangs without giving any signs of activity.. > Where in the code

[symfony-users] Re: Large Recordset running out of memory....

2007-12-17 Thread Cece
Hello, If you don't need to do low level database querying, and Lucene plugin isn't an option for you, and you are insisting on using Propel objects, you may consider this blog article: http://paul-m-jones.com/blog/?p=262 Szabolcs Heilig > When I run this code It does what it is suppose too u

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Haris Zukanović
Thanx wicked but I only develop on windows, I run sync from an ubuntu 7.04 Wicked wrote: > Haris, could you check your environment and symptoms about matching > against this bug: http://bugs.php.net/bug.php?id=41874 ? > > On Dec 16, 11:19 pm, Haris Zukanović <[EMAIL PROTECTED]> wrote: > >> Cia

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Haris Zukanović
Thanx Matt... What kind of progress should we see for rsync ? It is run with --progress but I just can't see much of the progress.. probabaly because of all the "rsync: failed to set times on "/var/www/vcms/intermedia/web/uploads": Operation not permitted (1) " but still... is it possible to get an

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Haris Zukanović
Is pake buffering progress info output from rsync? It seems like it spits out all of it at the end when rsync is done.. Matt Robinson wrote: > On Dec 16, 5:19 pm, Haris Zukanović <[EMAIL PROTECTED]> wrote: > >> Sometimes the sync command hangs without giving any signs of activity.. >> Where in

[symfony-users] Re: embedding remote_function inside auto_complete

2007-12-17 Thread shannon.patterson
Hi Carsten, Sorry about the delay in my response. I'm not an expert in Ajax and as such, this code I was using is copy & pasted from the symfony forums. Independently, they work. It's when I try and combine the two that I get nothing working with the remote function. I'm getting the same erro

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Nathanael D. Noblet
Haris Zukanović wrote: > Ciao ppl, > > Sometimes the sync command hangs without giving any signs of activity.. > Where in the code is the rsync command constructed - I wish to add some > rsync options to see better what happens to debug this situation > > Adding --progress will only show the f

[symfony-users] Re: Changing Layouts Dynamically....

2007-12-17 Thread Nathanael D. Noblet
James wrote: > Hi Guys, > > I am working on a website idea that will need to have the layout > change for each different domain that hits the main application. I > had asked this question in the forums > > http://www.symfony-project.org/forum/index.php/m/40732/?srch=change+layout+how#msg_40

[symfony-users] Setting different partial for component

2007-12-17 Thread Nicolas CHARLOT
Hello, As setTemplate() method in action object, I'm looking for setting another partial in a component. Thanks -- Nicolas CHARLOT http://www.isics.fr --~--~-~--~~~---~--~~ You received this message because you are sub

[symfony-users] Installation on Leopard

2007-12-17 Thread Teck
Hi, I've been reading wiki articles on the official site such as: * http://trac.symfony-project.com/wiki/osXDevelopmentEnvironment * http://trac.symfony-project.com/wiki/InstallingSymfonyWithoutPearOnMacOSX Is anybody working on Leopard version? Is it necessary to use MySQL 4 instead of 5? Hop

[symfony-users] Re: Installation on Leopard

2007-12-17 Thread Ant Cunningham
Im on Tiger, I have MySQL 5 running fine on one of my Tiger boxes at the office, and im using 4.1.x here. I used the binary package from mysql. Assuming they have a Leopard ready version I don't think it will be an issue. I think I only used those docs for reference though What I did was to:

[symfony-users] Re: Installation on Leopard

2007-12-17 Thread Teck
After reading various websites, * pre-installed PHP on Leopard is missing pear, gd and other features * Entropy PHP binary package is not ready * MySQL binary is not ready. Some say 10.4 version works * In my experience, installing pear was successful. * Installing MySQL has a detailed instructio