Re: [symfony-users] propel:build-schema not working[jobeet]

2010-03-15 Thread Gábor Fási
Correction: in 1.2 Propel is the default, it has been changed to Doctrine in 1.3/4 On Fri, Mar 12, 2010 at 07:15, Gareth McCumskey gmccums...@gmail.com wrote: Just change sfDoctrinePlugin to sfPropelPlugin :) If you don't specify --orm=Propel on project creation symfony from 1.2 and up defaults

Re: [symfony-users] propel:build-schema not working[jobeet]

2010-03-15 Thread Tahar Yazid Touaibia
Ok Thanks i sorted out this issue...Do i have to create a db with charset=utf-8 ? I seems to not be able to insert data with the default charset. 2010/3/12 Gábor Fási maerl...@gmail.com: Correction: in 1.2 Propel is the default, it has been changed to Doctrine in 1.3/4 On Fri, Mar 12, 2010

Re: [symfony-users] propel:build-schema not working[jobeet]

2010-03-11 Thread Gábor Fási
Did you generate your project with `--orm=Propel` ? Check your ProjectConfiguration class, is the propel plugin enabled? On Thu, Mar 11, 2010 at 13:26, Tahar Yazid Touaibia ytouaib...@gmail.com wrote: Hello, I am new to symfony, i just installed it and am trying to follow the jobeet tutorial.

Re: [symfony-users] propel:build-schema not working[jobeet]

2010-03-11 Thread Tahar Yazid Touaibia
in the tutorial, i did not see any instruction concerning : --orm=Propel in my configuration file here is what i got : ?php require_once dirname(__FILE__).'/..\lib\vendor\lib/autoload/sfCoreAutoload.class.php'; sfCoreAutoload::register(); class ProjectConfiguration extends

Re: [symfony-users] propel:build-schema not working[jobeet]

2010-03-11 Thread Gareth McCumskey
Just change sfDoctrinePlugin to sfPropelPlugin :) If you don't specify --orm=Propel on project creation symfony from 1.2 and up defaults to Doctrine. On Fri, Mar 12, 2010 at 6:10 AM, Tahar Yazid Touaibia ytouaib...@gmail.com wrote: in the tutorial, i did not see any instruction concerning :