[symfony-users] Change the executeNew() method to define full-time as the default value for the type column:

2010-03-25 Thread Andrea
. Andrea -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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

Re: [symfony-users] php symfony doctrine:insert-sql Error

2010-01-28 Thread Andrea Marin
Hi all, someone can help me for this sql problem, i try to search with google but I cannot find a solution and I don't know how to go ahed. Il giorno 27/gen/2010, alle ore 10.11, Andrea ha scritto: Hi all, i'm trying to follow the Jobeet 1.4 Doctrine guide and when i run the command php

Re: [symfony-users] Re: php symfony doctrine:insert-sql Error

2010-01-28 Thread Andrea Marin
Hi Stèphane, thanks i correct my mistake but there are something other wrong. Now the error change and is: Warning: PDO::__construct(): [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in /Users/andrea/sfprojects/jobeet/lib/vendor/symfony/lib/plugins

Re: [symfony-users] Re: php symfony doctrine:insert-sql Error

2010-01-28 Thread Andrea Marin
take a look at this thread : http://forum.symfony-project.org/index.php/t/11364/ Hope this helps, Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Thu, Jan 28, 2010 at 5:38 PM, Andrea Marin

[symfony-users] symfony under mac OSX 10.6 and MAMP

2010-01-26 Thread Andrea
refresh the page, or close tab and open a new tab I cannot see the page and I receive the error: Error 324 (net::ERR_EMPTY_RESPONSE): Error unknown. So now if I restart MAMP i can see the default page. Someone have the same problem? How can I fix it? Thanks a lot Andrea -- You received this message

Re: [symfony-users] symfony under mac OSX 10.6 and MAMP

2010-01-26 Thread Andrea Marin
Hi all, I have found the problem, i make a mistake into httpd.conf at line: Listen 127.0.0.1:8080 before there is Listen 80.0.0.1:8080 Thanks. Il giorno 26/gen/2010, alle ore 17.36, Andrea ha scritto: Hi all, i'm new of symfony project and i would like to learn more of it for improve my

[symfony-users] php 5.3

2009-09-23 Thread andrea cecchetto
Hi guys, Today on my archlinux, i upgraded php to the latest php 5.3, from php 5.2.10. I went to my application and i get this error PDO Connection Error: SQLSTATE[HY000] [2002] Connection refused i didn't do anything. What can i do?? Thanks Andrea

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
Yes :) I enabled mysql.. phpmyadmin works well!! :) 2009/9/23 Romain de Wolff rdewo...@gmail.com: Did you enable mysql? Le 23 sept. 2009 à 10:41, andrea cecchetto a écrit : Hi guys, Today on my archlinux, i upgraded php to the latest php 5.3, from php 5.2.10. I went to my application

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
is enabled. Le 23 sept. 2009 à 11:14, andrea cecchetto a écrit : Yes :) I enabled mysql.. phpmyadmin works well!! :) 2009/9/23 Romain de Wolff rdewo...@gmail.com: Did you enable mysql? Le 23 sept. 2009 à 10:41, andrea cecchetto a écrit : Hi guys, Today on my archlinux, i upgraded php

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
i rechecked my phpinfo()... and i found this: Directive Local Value Master Value pdo_mysql.cache_size20002000 pdo_mysql.default_socketno valueno value no value?? 2009/9/23 andrea cecchetto andrea.cecche...@gmail.com: How I get this error:       PDO

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
How I get this error: PDO Connection Error: SQLSTATE[HY000] [2002] Invalid argument 2009/9/23 Eno symb...@gmail.com: On Wed, 23 Sep 2009, andrea cecchetto wrote: PDO Connection Error: SQLSTATE[HY000] [2002] Connection refused i didn't do anything. What can i do?? Did you clear

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
But phpmyadmin use mysqli.. symfony uses pdo_mysql 2009/9/23 Romain de Wolff rdewo...@gmail.com: There seems to be a config problem. But your phpmyadmin works you said... so that could be in Symfony's Project Config. Rom Le 23 sept. 2009 à 15:42, andrea cecchetto a écrit : i

[symfony-users] Re: php 5.3

2009-09-23 Thread andrea cecchetto
I found the solution... in the new php.ini there is pdo_mysql.default_socket= I set it to my mysql socket.. and now it works!!! 2009/9/23 andrea cecchetto andrea.cecche...@gmail.com: But  phpmyadmin use mysqli.. symfony uses pdo_mysql 2009/9/23 Romain de Wolff rdewo...@gmail.com

[symfony-users] sfWidgetFormDoctrineChoice - parameters for table_method

2009-09-15 Thread andrea cecchetto
' = ' ', 'table_method' = 'gettTypes', 'parameters' = 'l' ) I found this http://trac.symfony-project.org/ticket/7146. Is it possible to applay this patch to my project? I use symfony 1.2.8 Thanks Andrea --~--~-~--~~~---~--~~ You

[symfony-users] Re: Debian or Ubuntu or RHEL or centOS or 'nix

2009-09-04 Thread andrea cecchetto
I run symfony on arch linux, without any problem!! 2009/9/4 Jeremy Thomerson jeremythomer...@gmail.com I use Ubuntu at home, but we have CentOS production servers. If you must use a RH variant like CentOS, getting PHP 5.2 on it is easy thanks to Jason Litka, who maintains a yum repo with

[symfony-users] Re: about a search system

2009-07-07 Thread Andrea Taffi
i tried to follow that guide about using lucene as search system but i had problems indexing i18n contents... maybe the fastest way is to use google. Thanks -- Andrea Taffi Information and Communication Technologies via Serenissima, 19 - 24020 - Scanzorosciate (BG) cel. 3357866814 - email

[symfony-users] pear problem

2009-02-06 Thread andrea cecchetto
-1.2.4.tgz (2,710,310 bytes) ...done: 2,710,310 bytes ERROR: pear.symfony-project.com/symfony not installed I think it's pear error ... What can i do?? Thanks Andrea --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-30 Thread andrea cecchetto
Hi guys Today, I did a new test... I used the same project in a new xubuntu machine.. and the end I had the model without any error!!! I very happy! 2008/10/27 andrea cecchetto [EMAIL PROTECTED] .. I did a new project and whene I run symfony doctrine:build-model I had this message

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-27 Thread andrea cecchetto
files exist there. - Jon On Tue, Oct 21, 2008 at 4:22 AM, andrea cecchetto [EMAIL PROTECTED] wrote: Hi guys.. This morning I retried to use Symfony + doctrine... but I've the same error... 2008/10/12 andrea cecchetto [EMAIL PROTECTED] Hi jon Sorry, I'm bit a late, this my cache dir

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-21 Thread andrea cecchetto
Hi guys.. This morning I retried to use Symfony + doctrine... but I've the same error... 2008/10/12 andrea cecchetto [EMAIL PROTECTED] Hi jon Sorry, I'm bit a late, this my cache dir: ls cache/tmp/ app.yml---filters.yml --filters.yml -filters.yml

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-12 Thread andrea cecchetto
sfDoctrinePlugin-doctrine.yml ---databases.yml --databases.yml -databases.yml sfDoctrinePlugin-generator.yml ---factories.yml --factories.yml -factories.yml sfDoctrinePlugin-settings.yml Thanks Andrea 2008/10/10 Jonathan Wage [EMAIL PROTECTED] Can

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-10 Thread andrea cecchetto
Hi guys, I Still have a problem with symfony + doctrine... I would like to resolve my problem or I have to take another framework. Where I can found a simply tutorial I can follow step by step...!! Thanks Andrea 2008/10/2 andrea cecchetto [EMAIL PROTECTED] hi jon, is it right to put

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-10 Thread andrea cecchetto
??? Thanks Andrea On Fri, Oct 10, 2008 at 10:27 AM, andrea cecchetto [EMAIL PROTECTED] wrote: Hi guys, I Still have a problem with symfony + doctrine... I would like to resolve my problem or I have to take another framework. Where I can found a simply tutorial I can follow step

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-10 Thread andrea cecchetto
it is for not overwrite Propel stuff. On Fri, Oct 10, 2008 at 10:38 AM, andrea cecchetto [EMAIL PROTECTED] wrote: 2008/10/10 Thomas Rabaix [EMAIL PROTECTED] Hello, Please clean up you project and make sure you have the last library - sudo rm -rf cache/* - svn update sf1.1.3

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-10 Thread andrea cecchetto
this message - Invalid schema element named logger at path prod and when I run ./symfony doctrine-build-model I got - Invalid schema element named class at path config/doctrine.yml 2008/10/10 andrea cecchetto [EMAIL PROTECTED] Hi ... I made a fresh project with the latest symfony and doctrine

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-10-02 Thread andrea cecchetto
hi gusy i still have the same problem with symfony and doctrine!!! :) 2008/9/30 andrea cecchetto [EMAIL PROTECTED] my schema.yml file is under the this path gallery2/config/doctrine/ ^symfony project 2008/9/30 Jonathan Wage

[symfony-users] symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-09-30 Thread Andrea C.
What does it mean Thanks Andrea --~--~-~--~~~---~--~~ 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] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-09-30 Thread andrea cecchetto
Hi jon, no there is not, in config/doctrine/ there is only schema.yml... but after symfony cc I get always in a red box this message - Invalid schema element named class at path generator Thanks Andrea 2008/9/30 Jonathan Wage [EMAIL PROTECTED] It looks like the doctrine.yml configuration file

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-09-30 Thread andrea cecchetto
I'm using arch linux, with php 5.2.6. It's possible that error depend by some php extension? 2008/9/30 Jonathan Wage [EMAIL PROTECTED] What operating system are you on? On Tue, Sep 30, 2008 at 12:02 PM, andrea cecchetto [EMAIL PROTECTED] wrote: Hi jon, no there is not, in config

[symfony-users] Re: symfony 1.1.3 and doctrine error with symfony doctrine-build-model

2008-09-30 Thread andrea cecchetto
yaml schema parser is not given the right path to the yaml schema files for some reason and it is trying to parse unlrelated yaml files as schema files. - Jon On Tue, Sep 30, 2008 at 1:05 PM, andrea cecchetto [EMAIL PROTECTED] wrote: I'm using arch linux, with php 5.2.6. It's possible