[symfony-users] Re: After installing sfPropel15Plugin: error when i try to build classes

2011-01-20 Thread ferdjuan
That fixed it for me thanks, I also found the same fix Francois posted: http://www.phpforum.com.ar/index.php?action=printpage;topic=300.0 -- 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 subsc

[symfony-users] Re: After installing sfPropel15Plugin: error when i try to build classes

2011-01-18 Thread Javier Garcia
Sorry, I was commeting/removing also this line below in config/ propel.ini: propel.behavior.default = symfony,symfony_i18n Javier On Jan 17, 10:15 pm, Gabriel Petchesi wrote: > Check the autoloader cache, it's found in cache/. > In my app is cache/frontend/dev/config/config_autoload.yml.php >

[symfony-users] Re: After installing sfPropel15Plugin: error when i try to build classes

2011-01-17 Thread Gabriel Petchesi
Check the autoloader cache, it's found in cache/. In my app is cache/frontend/dev/config/config_autoload.yml.php Look for a class related to Propel like sfpropelroute and make sure the path listed there is the one from the plugins/sfPropel15Plugin/lib/routing/sfPropelRoute.class.php. If it's some

[symfony-users] Re: After installing sfPropel15Plugin: error when i try to build classes

2011-01-17 Thread Javier Garcia
enablePlugins('sfPropelPlugin'); $this->enablePlugins('sfPropel15Plugin'); } } And I did plugin:publish-assets. Javier On Jan 13, 5:53 pm, Gabriel Petchesi wrote: > Do you have propel 1.5 plugin activated in > config/ProjectConfiguration.class.php ? > The getUniqueColumnNames() shows up w

[symfony-users] Re: After installing sfPropel15Plugin: error when i try to build classes

2011-01-13 Thread Gabriel Petchesi
Do you have propel 1.5 plugin activated in config/ProjectConfiguration.class.php ? The getUniqueColumnNames() shows up with propel 1.5 and was not available with propel 1.4 shiped with Symfony (double check this). gabriel -- If you want to report a vulnerability issue on symfony, please se

[symfony-users] Re: After installing sfPropel15Plugin: error when i try to build classes

2011-01-13 Thread Javier Garcia
no idea? On Jan 11, 5:07 pm, Javier Garcia wrote: > Hi, > > when i do "propel:build --all-classes" i get these errors below. > > I have followed the instructions that are in the README. > > sf 1.4 > > >> schema    converting "/home/javier/program...rueba1/config/schema.yml" to > >> XML > >> sc