[symfony-users] Re: Utilisation de draggable_element

2008-10-13 Thread pierrix
J'ai trouvé la solution, voir le lien ci-dessous : http://trac.symfony-project.org/wiki/Documentation/fr_FR/easy_ajax/trunk Merci tout de même ! A+ Pierre On 7 oct, 21:29, pierrix [EMAIL PROTECTED] wrote: Bonjour, je voudrais glisser déplacer des éléments d'une liste vers une autre

[symfony-users] Re: How to read recieving-element content ?

2008-10-13 Thread pierrix
I solved the problem : use Sf_user with an array which save in the session the content of the list. Read the following example about Caddie to understand : http://trac.symfony-project.org/wiki/Documentation/fr_FR/easy_ajax/trunk Bye Pierrix On 6 oct, 23:45, pierrix [EMAIL PROTECTED] wrote:

[symfony-users] Re: Upgrade to 1.1 : Call to undefined method Propel::import()

2008-10-13 Thread DigitalBase
I created a ticket : http://trac.symfony-project.org/ticket/4650 Now when i uninstall propel from pear (runtime generator) i get this error : [wrapped: Unable to load driver class: symfony.plugins.sfPropelPlugin.lib.creole.drivers.sfDebugConnection] Is this the same problem ? (autoloader not

[symfony-users] 404 and referer...

2008-10-13 Thread Sumedh
Hi Friends, I want to send an email to web-admin of my site whenever there is 404 or 500 error... I am being able to send the email successfully on 404...however, I don't get valid referer value in the error action...what might be the reason? Secondly, I want a similar behavior for internal

[symfony-users] Re: IDE for symfony

2008-10-13 Thread Alex
i think its working with symfony 1.0 only at this moment, is not it? i use NuSphere PhpED, love it! there is console, db editing tool... so i don`t need putty or navicat. On Oct 13, 9:05 am, Pankaj Jain [EMAIL PROTECTED] wrote: Go for eclipse+PDT+Symfoeclipse its the best Pankaj Jain

[symfony-users] Re: Propel error in Symfony 1.0.18

2008-10-13 Thread Ludens
Couldn't find the cause of this error. What I did was start over again with a new symfony 1.0 project and I didn't get the error any more. Hope this helps others. On Oct 12, 4:20 pm, Ludens [EMAIL PROTECTED] wrote: When trying to install the sfGuardPlugin for symfony 1.0, I get the following

[symfony-users] Re: using Session variables in my class

2008-10-13 Thread jasonb
1.0 version i am using On Oct 10, 7:38 pm, Kris Wallsmith [EMAIL PROTECTED] project.com wrote: Hi Michael, What version of symfony are you using? Kris On Oct 10, 10:15 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Which log do you mean? Symfony logs many informations (debug

[symfony-users] Re: dbFinder ordered numerically

2008-10-13 Thread Yuretsz
Show me schema On Mon, Oct 13, 2008 at 2:37 PM, Cindy Cullen [EMAIL PROTECTED]wrote: I've tried it both ways - I can make it either, but currently it is set to varchar. On Oct 13, 2008, at 5:17 AM, Yuretsz wrote: Your Score field is iteger or varchar? On Mon, Oct 13, 2008 at 5:49 AM,

[symfony-users] Re: dbFinder ordered numerically

2008-10-13 Thread Cindy Cullen
Here is my schema: trivia_scores: _attributes: { phpName: triviaScores } id: username: varchar(128) score: varchar(10) last_level: varchar(10) Thanks for your help! Cindy On Oct 13, 2008, at 8:13 AM, Yuretsz wrote: Show me schema On Mon, Oct 13, 2008 at 2:37 PM,

[symfony-users] Re: Upgrade to 1.1 : Call to undefined method Propel::import()

2008-10-13 Thread volatt
Hi. We had the same problem here: # pear list -a Installed packages, channel __uri: == (no packages installed) Installed packages, channel pear.php.net: = Package Version State Archive_Tar 1.3.2 stable

[symfony-users] Error generating forms with Propel

2008-10-13 Thread tveon
Hi all, I am making a very simple page using Symfony, and have already run into a bit of a problem using forms. After successfully building the model, I want to generate the corresponding form. Here is what happens: symfony propel:build-forms propelgenerating form classes Fatal

[symfony-users] Re: dbFinder ordered numerically

2008-10-13 Thread Cindy Cullen
I figured it out. I had to change both the database AND the schema to integer, rebuild the model and clear the cache. I had done bits and pieces of that, but never all at the same time. Thanks for everyone's help! Cindy On Oct 13, 2008, at 8:22 AM, Cindy Cullen wrote: Here is my schema:

[symfony-users] Re: dbFinder ordered numerically

2008-10-13 Thread Yuretsz
Your Score field is iteger or varchar? On Mon, Oct 13, 2008 at 5:49 AM, Cindy Cullen [EMAIL PROTECTED]wrote: I'm using PropelFinder and I need to order my results numerically: $this-scores = sfPropelFinder::from('Scores')-orderBy(Score','desc')- find(); I want them in order numerically

[symfony-users] Re: dbFinder ordered numerically

2008-10-13 Thread Yuretsz
You should change it to trivia_scores: _attributes: { phpName: triviaScores } id: username: varchar(128) score: integer last_level: varchar(10) And rebuild your model and database. Thanks for your help! Cindy On Oct 13, 2008, at 8:13 AM, Yuretsz wrote: Show me

[symfony-users] Re: 404 and referer...

2008-10-13 Thread Steve Daniels
2008/10/13 Sumedh [EMAIL PROTECTED]: Hi Friends, I want to send an email to web-admin of my site whenever there is 404 or 500 error... I am being able to send the email successfully on 404...however, I don't get valid referer value in the error action...what might be the reason?

[symfony-users] Re: IDE for symfony

2008-10-13 Thread Geoff
Netbeans for PHP IDE Symfony would be supported soon ... we hope On Oct 13, 11:10 am, Alex [EMAIL PROTECTED] wrote: i think its working with symfony 1.0 only at this moment, is not it? i use NuSphere PhpED, love it! there is console, db editing tool... so i don`t need putty or navicat. On

[symfony-users] Decimal separator not working on custom widget when form does not validate.

2008-10-13 Thread Bruno Reis
Hi there, I made the following class to render my decimal numbers with commas instead of dots. But if the form does not validate, then the render function is called with the user entered value. So the first time, for instance, its called with 14.54(dot) to show the form. It is shown as

[symfony-users] Problem: Change values after from $from-bind() and function isValid();

2008-10-13 Thread Guilherme Veras
hello staff would like to help with a following question I have the tables Pessoa and Pessoa Fisica pessoa: _attributes: { idMethod: native } id: { type: INTEGER, required: true, autoIncrement: true, primaryKey: true } created_at: { type: TIMESTAMP } updated_at: { type:

[symfony-users] not able to create yaml schema from existing database

2008-10-13 Thread harinath
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. Hi, I am not able to create YAML datamodel from existing database with the instructions given in the book / www.symfony-project.org/book/1_1/08-Inside-the-Model-Layer.html some exception is happening, please do let

[symfony-users] Why this ...

2008-10-13 Thread Reynier Perez Mira
Hi every: I have this routing defined: cambiar_cultura: url: /change/lang/* param: { module: geslicsoft, action: ChangeAppCulture } requirements: { lang: (?:es|en|fr|it) } I have this link in my template:

[symfony-users] Re: Why this ...

2008-10-13 Thread James
function needs to be called executeChangeAppCulture() James On Oct 14, 2008, at 12:18 AM, Reynier Perez Mira wrote: Hi every: I have this routing defined: cambiar_cultura: url: /change/lang/* param: { module: geslicsoft, action: ChangeAppCulture } requirements: { lang:

[symfony-users] Re: Why this ...

2008-10-13 Thread James
oh also your action should be changeAppCulture if your method is executeChangeAppCulture James On Oct 14, 2008, at 12:39 AM, James wrote: function needs to be called executeChangeAppCulture() James On Oct 14, 2008, at 12:18 AM, Reynier Perez Mira wrote: Hi every: I have this