[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

[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 pghora...@gmail.com wrote: Check the autoloader cache, it's found in cache/. In my app is

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

2011-01-17 Thread Javier Garcia
?php require_once dirname(__FILE__).'/../lib/vendor/symfony/lib/autoload/ sfCoreAutoload.class.php'; sfCoreAutoload::register(); class ProjectConfiguration extends sfProjectConfiguration { public function setup() { //$this-enablePlugins('sfPropelPlugin');

[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

[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 tirengar...@gmail.com 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

[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