[symfony-users] Re: file_link_format for PDT/eclipse

2010-01-03 Thread Jakub Nesveda
This plugin works for me http://www.jaylib.org/pmwiki/pmwiki.php/EclipsePlugins/EclipseCall According to thread http://www.eclipse.org/forums/index.php?t=msggoto=493084S=9d1283f29f5f2932d28f20315ef77d16 Hey, open this file should be in future eclipse version 3.6 On 13 pro 2009, 16:21, Alexandre

[symfony-users] Advent Calendar 2009 -- Advanced Routing (part 2)

2010-01-03 Thread Jim Weaver
I'm attempting to follow the tutorial using symfony 1.4.1. Everything works fine until the section on creating new pages. When I attempt to create a new page I get an invalid argument exception saying that Widget slug does not exist. # in SF_ROOT_DIR/lib/vendor/symfony/lib/form/sfForm.class.php

[symfony-users] Schema and Forms with m:n relation

2010-01-03 Thread NicKy
Hi, test -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more options, visit

Re: [symfony-users] sfDoctrineGuard and behaviors

2010-01-03 Thread Lukas Kahwe Smith
On 02.01.2010, at 20:05, Daniel Lohse annismcken...@googlemail.com wrote: You can handle this in the global project schema.yml as it's merged automatically with the plugin schemas and is the last information added to the mix so you can override (but not delete) and customize every

[symfony-users] Re: sfValidatorSchema default_messages

2010-01-03 Thread diogobaeder
Hi, Alecs, Thanks for the tip, but the problem I'm having is how to actually put the translated text into the forms, and not how to know what the messages are. I already know the messages I want to translate, and I've already translated them, now how do I put these back in the forms? Thanks,

[symfony-users] How to change sf_upload_dir value

2010-01-03 Thread ilcaduceo
Hello, I'm using symfony 1.4 and I want to change the value of sf_upload_dir constant. Can I do it for example in a yaml file? -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com.

[symfony-users] Docrine password type

2010-01-03 Thread Gianluca Sartori
Hi, I'm new. Does the password type exist? I want my passwords to be stored as hash, not as strings. Thanks for any help, G Gianluca Sartori Project Manager - Consulting Academy ELIS Via Sandro Sandri, 45 - 00159 Rome, Italy (web) http://consulting-academy.elis.org (tel) +39 06 4356 0424

[symfony-users] Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
* Hi all, I'm stuck with an error. * * I'm following instructions on practical symfony, day 3. After having generated all with no error messages, I try to see the site in the browser. Pointing to the application root (in my case http://localhost:/CW/registry/frontend_dev.php) it works as

[symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
I changed nothing but now it's showing the error. It's the db connection not working. That's strange, it works from the commend line. I created the tables with doctrine:insert-sql. 500 | Internal Server Error | Doctrine_Connection_ExceptionPDO Connection Error: SQLSTATE[HY000] [2003] Can't

[symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
SOLVED. I'm using UNIX Socks now (I'm on Mac, using MAMP, looks like there's no fast way to configure mysql to serve localhost via TCP from MAMP interface. G Gianluca Sartori Project Manager - Consulting Academy ELIS Via Sandro Sandri, 45 - 00159 Rome, Italy (web)

Re: [symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Yrjö Hirvonen
I am using mamp on Snowleopard without problems -Yrjö- Gianluca Sartori g.sart...@gmail.com kirjoitti 3.1.2010 kello 19.53: SOLVED. I'm using UNIX Socks now (I'm on Mac, using MAMP, looks like there's no fast way to configure mysql to serve localhost via TCP from MAMP interface. G

Re: [symfony-users] How to change sf_upload_dir value

2010-01-03 Thread Eno
On Sun, 3 Jan 2010, ilcaduceo wrote: Hello, I'm using symfony 1.4 and I want to change the value of sf_upload_dir constant. Can I do it for example in a yaml file? http://lmgtfy.com/?q=sf_upload_dir+site%3Asymfony-project.org -- -- You received this message because you are subscribed to

Re: [symfony-users] Docrine password type

2010-01-03 Thread Eno
On Sun, 3 Jan 2010, Gianluca Sartori wrote: Hi, I'm new. Does the password type exist? I want my passwords to be stored as hash, not as strings. Depends on your database types. -- -- You received this message because you are subscribed to the Google Groups symfony users group. To post

Re: [symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
Cool.. I checked on the phpMySql interface and it says it's using UNIX Sockets. I have the same config you have: Snow Leopard + MAMP. I try installing the latest version, maybe mine is outdated or there is something wrong with the firewall. Thanks ;) G On Sun, Jan 3, 2010 at 8:12 PM, Yrjö

Re: [symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
Cool, I installed the latest version, recreated the database and it works with normal connection setting WITHOUT UNIX Socks. Many thanks, G Gianluca Sartori Project Manager - Consulting Academy ELIS Via Sandro Sandri, 45 - 00159 Rome, Italy (web) http://consulting-academy.elis.org (tel) +39 06

Re: [symfony-users] Docrine password type

2010-01-03 Thread Gianluca Sartori
Cool, so u say I can use type: password ? I'm trying, G Gianluca Sartori Project Manager - Consulting Academy ELIS Via Sandro Sandri, 45 - 00159 Rome, Italy (web) http://consulting-academy.elis.org (tel) +39 06 4356 0424 (cel) +39 346 2373 445 On Sun, Jan 3, 2010 at 10:16 PM, Eno

Re: [symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
Wait, the app works only if I call the index.php Running the development environment the connection cannot be established. I noticed that issuing the doctrine:insert-sql command gives me errors. This is the full output of the command. The database is called cw_regisrty and the doctrine:build

Re: [symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Stéphane
Are there two different ini configurations ? php as cli and apache configurations might be different ones ? Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Sun, Jan 3, 2010 at 11:00 PM, Gianluca Sartori

Re: [symfony-users] Docrine password type

2010-01-03 Thread Eno
On Sun, 3 Jan 2010, Gianluca Sartori wrote: Cool, so u say I can use type: password ? IIRC, none of the symfony ORMs (Doctrine or Propel) support a 'password' type. If you're not using an ORM, then the types depends on your database. Postgres supports many more types than MySQL. I should

Re: [symfony-users] Docrine password type

2010-01-03 Thread Gianluca Sartori
Okay, thanks, I will give a look at the plugin. Oh, about the password type, i remember it from somewhere but it's not in mySql (the DBMS i'm using for this project) Thanks for the input ;) G On Sun, Jan 3, 2010 at 11:22 PM, Eno symb...@gmail.com wrote: On Sun, 3 Jan 2010, Gianluca Sartori

Re: [symfony-users] Re: Newbie - First launch error

2010-01-03 Thread Gianluca Sartori
I don't know. The thing is that it works from the browser. It doesn't work in DEV mode. Also, I get the error messages from the CLI but the DB get created! It's a configuration issue for sure, but still I dont know where to look at. This is my DB configuration, and I have only this around: all:

Re: [symfony-users] Configuring Symfony in Netbeans

2010-01-03 Thread Gabo
the screencast in www.netbeans.org 2010/1/2 Anyulled anyul...@gmail.com Hi guys, i recently knew that Netbeans 6.8 added support for symfony projects. Do you know of any place where I can find a tutorial on how to configure netbeans to create symfony projects? I'd appreciate any help. --

Re: [symfony-users] Re: sfValidatorSchema default_messages

2010-01-03 Thread Alexandru-Emil Lupu
It should work as is (plain text). Afaik the form engine uses internatioalization. I wiill digg out the code to check it out sent via htc magic On Jan 3, 2010 5:43 PM, diogobaeder diogobae...@gmail.com wrote: Hi, Alecs, Thanks for the tip, but the problem I'm having is how to actually put the