[symfony-users] Re: problem installing sfDoctrineGuard Plugin

2010-01-06 Thread Tom Ptacnik
I'm usin Symfony 1.4 and I have no problem with manual instalation of sfDoctrineGuard Plugin (on windows platform) symfony plugin:install ./sfDoctrineGuardPlugin-4.0.1.tgz plugin installing plugin ./sfDoctrineGuardPlugin-4.0.1.tgz sfSymfonyPluginManager Installation successful for plugin

[symfony-users] Re: problem installing sfDoctrineGuard Plugin

2010-01-05 Thread el-sid
ok...i downgraded to symfony 1.3 and downloaded sfDoctrineGuardPlugin 4.0 and 3.0 followed some advice on symfony forums to do this symfony plugin:install ./sfDoctrineGuardPlugin-3.0.0.tgz rm sfDoctrineGuardPlugin-3.0.0.tgz but the symfony tool still tries to connect to the internet, even though

Re: [symfony-users] Re: problem installing sfDoctrineGuard Plugin

2010-01-05 Thread Stéphane
Please, download package, unzip it in your plugins directory and add the $this-enablePlugins('dirName'), in your projectConfiguration.class.php then plugin:publish-assets if needed. Check readme on plugin website. I'm pretty sure google would give you an answer near this one :-) Before Printing,

[symfony-users] Re: problem installing sfDoctrineGuard Plugin

2010-01-05 Thread el-sid
thanks alot. it was deceptively simple but it worked. I must have missed a step somewhere. thanks again On Jan 5, 5:29 pm, Stéphane stephane.er...@gmail.com wrote: Please, download package, unzip it in your plugins directory and add the $this-enablePlugins('dirName'), in your