[symfony-users] Re: Error doing svn update for plugins/sfPropelSearchPlugin

2008-08-19 Thread David at Artefactual
Thanks Carl. :) David On Aug 19, 12:48 pm, Carl Vondrick [EMAIL PROTECTED] wrote: The new path is now:http://trac.symfony-project.org/browser/plugins/sfSearchPlugin/trunk/... On Aug 19, 10:57 am, David at Artefactual [EMAIL PROTECTED] wrote: Hi all, I thought I'd post this to help

[symfony-users] Symfony London Usergroup - first meetup next Thursday 3rd July

2008-06-24 Thread David Heath
: http://groups.google.com/group/symfony-users-london As part of the regular PHP London programme, Ian Christian will be giving a talk on Doctrine. Finally if you know others who might be interested, please do let them know. Look forward to meeting you next Thursday. David

[symfony-users] Re: Multiple applications sharing one set of assets

2008-06-23 Thread David Brewer
( $url['path'] . '?route=' ); // URL helpers work as expected ie. link_to, url_for, form_tag 2008/6/18 David Brewer [EMAIL PROTECTED]: Almost all of the symfony projects I create follow the same basic kind of model: * one database + one set of image assets associated with items

[symfony-users] Multiple applications sharing one set of assets

2008-06-17 Thread David Brewer
as described in this ticket: http://trac.symfony-project.com/ticket/2543. Has anyone come up with an acceptable way of dealing with this issue? So far the best I've been able to to is put in hacky relative paths for certain assets, such as '../../css/styles.css' to get to the stylesheet I want. David

[symfony-users] I18n cache problem

2008-05-16 Thread David Desquiens
Hi, I have a i18n cache problem. My footer is set in cache (last products) to avoid too many SQL queries on each page call. It works then as expected. My site has French and English cultures. If I go to English, footer stay in French. I try using parameter on routing (routing.yml) but it

[symfony-users] Re: I18n cache problem

2008-05-16 Thread David Desquiens
thkx a lot I miss that part in the doc :( On 16 mai, 10:19, Nicolas Perriault [EMAIL PROTECTED] wrote: 2008/5/16 David Desquiens [EMAIL PROTECTED]: My site has French and English cultures. If I go to English, footer stay in French. You may try to set the culture in the sf_cache_key

[symfony-users] In sfSimpleCMS, tiny_mce_AJAX.js break the culture setting

2008-05-16 Thread Jeanmonod David
() with language set to en. I try to remove this call and I get my transaltion working in tinyMCE. So my question is: Why there is this call? As it breack the transaltion, can we remove it without damage? François, maybe you are the one who can answers this questions... Thanks in advance David

[symfony-users] Problems with Symfony 1.1 + Freeze + Project:deploy

2008-05-14 Thread David Castelló
Hello! I'm from Spain, my english is no good, sorry. My symfony version: 1.1.0-RC1 My Steps: 1) symfony project:freeze /usr/share/pear/data/symfony/ Result: Ok, No error messages displays. 2) symfony project:deploy production Result: show errors, PHP Notice: Constant SYMFONY_VERSION already

[symfony-users]

2008-05-13 Thread David Jeanmonod
--~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

[symfony-users] What to do now that sfWebRequest-moveFile() is deprecated?

2008-05-13 Thread david at artefactual
(). Any help? Regards, David Juhasz --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email

[symfony-users] Askeet Day17 : undefined method User::getTagsFor()

2008-03-25 Thread David BOUCHÉ
Hello, i'm following the Askeet tutorial (excellent idea). I've encountred a problem at Day17, a method getTagsFor is called, but not created before in the tutorial. I've made a search by google : getTagsFor site:www.symfony- project.org This return 3 pages : - Askeet Day17 and Day18 : this

[symfony-users] Re: Askeet Day3 : php load_data.php

2008-03-07 Thread David BOUCHÉ
Symfony it's really because I've found support from you. Thanks a lot. I haven't yet an opinion on Symfony, but I've a great opinion of its community. Franks, Georg, Thanks. On 7 mar, 15:32, Georg Sorst [EMAIL PROTECTED] wrote: Hey David, just for curiosity's sake, what did you or Frank do

[symfony-users] Re: Askeet Day3 : php load_data.php

2008-03-06 Thread David BOUCHÉ
Hi Frank, I follow your advice, I've cleared the cache and I've lauch this import again : [EMAIL PROTECTED] askeet]$ symfony cc file+ /home/david/public_html/askeet/frontend_dev.lck chmod 777 /home/david/public_html/askeet/frontend_dev.lck file- /home/david/public_html/askeet

[symfony-users] Re: Askeet Day3 : php load_data.php

2008-03-05 Thread David BOUCHÉ
Hi Georg, first, I've verified the UserPeer.php existence. It's exists ! [EMAIL PROTECTED] askeet]$ ll lib/model/UserPeer.php -rw-r--r-- 1 david users 168 2008-03-05 04:40 lib/model/UserPeer.php Right, I try to rebuild, I execute (again) this command : [EMAIL PROTECTED] askeet]$ symfony

[symfony-users] Load testing file uploads

2008-01-24 Thread David Wang
I'm trying to figure out a good way to load test my application. Primarily the app allows the user to upload an image, then the image is analyzed and the hexidecimal values are displayed back to the user. The part im trying to figure out is how many uploads my server can take at a time

[symfony-users] SQL Syntax Errors

2008-01-12 Thread David Hackl
Hello! I've got a problem with my SQL Syntax. I extended the AnzeigenPeer file with the following class: public static function getAnzeigenForTimePremium($kategorie) { //Aktuellen Tag und Uhrzeit ermitteln sowie Erzeugung des Wochentag-Arrays $heute = date(w); $uhrzeit =

[symfony-users] Re: SQL Syntax Errors

2008-01-12 Thread David Hackl
, Solar -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Hackl Sent: Samstag, 12. J�nner 2008 13:08 To: symfony-users@googlegroups.com Subject: [symfony-users] SQL Syntax Errors Hello! I've got a problem with my SQL Syntax. I extended

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

2007-12-19 Thread Wang David
Can you give a reason why this is? or some links that detail this? -d On Dec 18, 2007, at 10:57 AM, pete1978cali wrote: The book touches on it and the Propel site has more details about using doSelectRS to grab resultsets and hydrate objects manually. Loop through your records in batches

[symfony-users] Re: Installation on Leopard

2007-12-18 Thread Wang David
if you've got the compiler installed you can just download the binaries from the sites and compile them. i'm running mysql 5 and php 5.2.4 no problems. mamp is good if you dont have time to compile, etc. but the compiled php doesn't have support for a ton of things like mcrypt and some

[symfony-users] symfony on a mac - display question

2007-12-10 Thread Wang David
Hi, I'm running 1.09 sandbox on my mac, and i'm having a weird display issue with the new leopard. When I run ./symfony propel-build-model (or propel-build-schema) part of the command line output just disappears from the terminal screen. for instance : the [propel-om] lines aren't there,

[symfony-users] Re: jQuery

2007-12-06 Thread Wang David
From what i've seen jQuery has a much smaller file size than prototype. jQuery also handles chaining commands together much better than prototype (and its extensions ie scriptaculous) -d On Dec 6, 2007, at 6:12 AM, Zoltán Németh wrote: 2007. 12. 6, csütörtök keltezéssel 02.47-kor

[symfony-users] Autocomplete Tag Helper

2007-11-26 Thread David Hodgson
Hi, Has anyone managed to get the 'loading' and 'complete' visual effects to work for the input_auto_complete_tag() helper? I'm having no success at all. Does anyone have a code snippet? Thanks, David --~--~-~--~~~---~--~~ You received this message because

[symfony-users] best practices for a symfony roll out

2007-11-22 Thread Wang David
What's the best practice for rolling out a symfony release on a multiple server environment? On the base server ive written a script that called symfony to rsync to each server. After its been deployed to each server i execute a shell script on each box that brings the server down and

[symfony-users] Re: Multiple file uploads in Symfony Help please

2007-11-20 Thread Wang David
silly question, but did you check the permissions of the dir you're writing it to? -d On Nov 20, 2007, at 7:53 AM, lionslair wrote: calling getFiles instead of getFileNames results in this from a var_dump() output. array(1) { [newFile]= array(5) { [name]= array(5) {

[symfony-users] Same table join

2007-11-19 Thread Wang David
How does one write the criteria for this example: table (person) - id - mom_id - dad_id --- the sql: select * from person, person mom where mom on mom.id = person.mom_id thanks for the help! -d --~--~-~--~~~---~--~~ You received this message because you are

[symfony-users] Re: Routing in sf1.0 - '/'s in the URL

2007-10-31 Thread David Brewer
5:08 PM, Ian P. Christian [EMAIL PROTECTED] wrote: David Brewer wrote: That's a good idea, I will see if I can find a few moments to look into that. Thanks! if you don't get time to make a fix, please do create a ticket anyway- this should be fixed

[symfony-users] Re: Anyone using MAMP

2007-10-30 Thread David Brewer
I'm a fan of Komodo. It's commercial, but there is a free version (and they are in the midst of open sourcing most of the core of the product). It works on Windows, Mac, and Linux -- I'm using it on Ubuntu right now. And it's multi-lingual... php, perl, ruby, python, javascript, etc...

[symfony-users] Re: Routing in sf1.0 - '/'s in the URL

2007-10-29 Thread David Brewer
would be matched by /test/whatever as well as /test/whatever/, and the parameter 'slug' would have the same value in both cases. Is there a way to accomplish this in symfony 1.0.x? David On 10/29/07, Francois Zaninotto [EMAIL PROTECTED] wrote: Hi pookey, Long time no see :). To match

[symfony-users] Re: Developer tools / Task / Team Managment

2007-10-22 Thread David Brewer
We're pretty happy so far using Trac. Although we're hungry for decent multi-project support. On 10/22/07, Jon Busby [EMAIL PROTECTED] wrote: While we're on the subject of developer tools - what does everyone use for their team / task management... we're currently using activecollab 0.71,

[symfony-users] Re: Developer tools

2007-10-20 Thread David Brewer
Platform: Ubuntu Gutsy (was Feisty until this morning) IDE: ActiveState Komodo IDE Browser: Firefox + Firebug, web developer toolbar, etc. Also, we make heavy use of VMware Server to manage test and staging servers. We're mostly using Ubuntu Dapper for our server environment. On 10/20/07, Loïc

[symfony-users] Re: Symfony coders needed

2007-09-25 Thread David Hodgson
I agree too! This is a fantastic idea. Now we just need someone to code/host the forum.. Perhaps in symfony :p David Jon Busby wrote: I agree. I could do with coders every now and then - and other times in sitting around with my hands in my pockets itching to get into a symfony project

[symfony-users] Re: Autoloading and symbolic links

2007-09-02 Thread David Brewer
for following of symbolic links. David On 9/2/07, Kiril Angov [EMAIL PROTECTED] wrote: Seems like an annoying problem to solve. I would suggest you look at the files generated by the config handler ex. cache/frontend/dev/config/config_autoload.yml.php There you will see all classes

[symfony-users] Re: Autoloading and symbolic links

2007-09-02 Thread David Brewer
I filed a new ticket on this issue: http://trac.symfony-project.com/trac/ticket/2164 On 9/2/07, David Brewer [EMAIL PROTECTED] wrote: Yes, that was the approach that led me to discover the issue with the config handler ignoring symlinks. I modified the config handler to output information

[symfony-users] Autoloading and symbolic links

2007-09-01 Thread David Brewer
symlinks? This is symfony 1.0.6 on Ubuntu Feisty, BTW. Thanks for any insight, David Brewer --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Routing Problem

2007-08-31 Thread David Brewer
, they will automatically get set. David Brewer On 8/31/07, Yeray Rodriguez [EMAIL PROTECTED] wrote: Hi, I'm using Symfony 1.0.6 and i have a problem con routing if i define this rule: example: url: /:mode/:category1 param: { module: categories, action: show, mode: basic, category1: 1

[symfony-users] Re: announce: sfMemcachePlugin-0.2

2007-08-30 Thread david . bravo
En estos momentos estoy fuera de la oficina, estaré de vuelta el día 10 de Septiembre. Para cualquier cuestión urgente de índole técnica, por favor ponte en contacto con nuestro equipo en el mail [EMAIL PROTECTED] Para cualquier cuestión comercial urgente, ponte en contacto con Jose Luis

[symfony-users] Re: Symfony API and eclipse autocompletion

2007-08-29 Thread david . bravo
En estos momentos estoy fuera de la oficina, estaré de vuelta el día 10 de Septiembre. Para cualquier cuestión urgente de índole técnica, por favor ponte en contacto con nuestro equipo en el mail [EMAIL PROTECTED] Para cualquier cuestión comercial urgente, ponte en contacto con Jose Luis

[symfony-users] Re: [sfGuardUserPlugin] Remember Me Filter

2007-08-26 Thread david . bravo
En estos momentos estoy fuera de la oficina, estaré de vuelta el día 10 de Septiembre. Para cualquier cuestión urgente de índole técnica, por favor ponte en contacto con nuestro equipo en el mail [EMAIL PROTECTED] Para cualquier cuestión comercial urgente, ponte en contacto con Jose Luis

[symfony-users] Re: Adding a dynamic css stylesheet

2007-08-26 Thread david . bravo
En estos momentos estoy fuera de la oficina, estaré de vuelta el día 10 de Septiembre. Para cualquier cuestión urgente de índole técnica, por favor ponte en contacto con nuestro equipo en el mail [EMAIL PROTECTED] Para cualquier cuestión comercial urgente, ponte en contacto con Jose Luis

[symfony-users] Re: symfony sync command on Windows with cwRsync - permissions problem

2007-08-17 Thread David Brewer
. If one of them does I will pounce. :-) David On 8/17/07, Kiril Angov [EMAIL PROTECTED] wrote: I am also using svn for version control. What I am doing is not using the sybversion sync at all. I am using an asvn working copy on production which allows me to push changes with a simple 'svn

[symfony-users] Re: symfony sync command on Windows with cwRsync - permissions problem

2007-08-16 Thread David Brewer
to the specific hardware they came with; make sure you research this issue before going that path (ESPECIALLY if you are using Vista, which has stricter rules regarding virtualization). Hope that helps, David Brewer Second Story Interactive Studios On 8/16/07, Alex Salle [EMAIL PROTECTED] wrote: Hi

[symfony-users] Re: symfony sync command on Windows with cwRsync - permissions problem

2007-08-16 Thread David Brewer
and error. Regards, Kiril David Brewer wrote: I can't speak directly to your rsync issues, but I can speak a little to your virtualization question. At our company we use VMware server to make virtualized server environments for each project. This has worked out great for us: 1

[symfony-users] Re: OSCON 2007 and symfony birds-of-a-feather session

2007-07-02 Thread David Brewer
If you do happen to be at OSCON -- here is the Birds of a Feather session I submitted. David Brewer Second Story Interactive Studios http://conferences.oreillynet.com/cs/os2007/view/e_sess/14802 On 6/30/07, David Brewer [EMAIL PROTECTED] wrote: I can understand that... if I wasn't lucky

[symfony-users] OSCON 2007 and symfony birds-of-a-feather session

2007-06-30 Thread David Brewer
planning on attending OSCON this year? Interesting in attending a symfony-related BoF session and putting some faces to names? David Brewer Second Story Interactive Studios --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: OSCON 2007 and symfony birds-of-a-feather session

2007-06-30 Thread David Brewer
out. :-) David Brewer Second Story Interactive Studios On 6/30/07, Stefan Koopmanschap [EMAIL PROTECTED] wrote: I'd love to but I won't be able to make it to the other side of the big water. My boss won't pay for such things ;) It would be good to have more representation of Symfony

[symfony-users] Re: Search Engine — How to?

2007-05-16 Thread David Hodgson
You could add a google search for your site: http://www.google.com/coop/cse/ Cheers, David Jorge Laranjo wrote: Anyone has a good solution for a built in search engine for a Symfony powered site? -- Atentamente, Jorge Laranjo [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http

[symfony-users] Re: refresh kills page in production environment

2007-05-01 Thread David Hodgson
Hello, I had a similar problem yesterday because i removed the .htaccess file. Did you leave this in? How is your apache vhost set up? is mod-rewrite enabled? Cheers, David Jonathan Franks wrote: My app is working fine in the dev environment. But in production, it is behaving strangely

[symfony-users] Re: What if there were ... SymfonyCamp?

2007-04-11 Thread David Hodgson
I would definitely be interested in this, as would my company. If anything comes of this, please let me know. Thanks, David Michael Nolan wrote: On Apr 11, 1:08 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: - Would you be interested in SymfonyCamp? Definitely interested. - Which

<    1   2   3   4