By download the package - I mean the compressed version and drop it into a temp folder. If you do a csv export - you don't need to install it - the autoloader will pick it up. :)
One of the magics of Symfony. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of HiDDeN Sent: 01 May 2009 00:35 To: symfony users Subject: [symfony-users] Re: Package "http://plugins.symfony-project.org/get/sfPropelPlugin/sfPropelPlugin -1.3.0.tgz" is not valid I did a svn export of the package, so I got it copied to my lib directory. Then I tried to install with your method but it failed: php symfony plugin:install lib/sfPropelPlugin/ >> plugin installing plugin "lib/sfPropelPlugin/" >> sfPearFrontendPlugin Attempting to discover channel "lib/sfPropelPlugin"... >> sfPearFrontendPlugin unknown channel "lib/sfPropelPlugin" in "lib/sfPropelPlugin/" >> sfPearFrontendPlugin invalid package name/package file "lib/sfPropelPlugin/" >> sfPearFrontendPlugin Cannot initialize 'lib/sfPropelPlugin/', invalid or missing >> sfPearFrontendPlugin package file Plugin "lib/sfPropelPlugin/" installation failed: Package "lib/ sfPropelPlugin/" is not valid On 30 abr, 22:31, "David Ashwood" <[email protected]> wrote: > This happens quite a lot - the workaround is to download the package > manually and then use: > > symfony plugin:install <path to package> > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > > On Behalf Of HiDDeN > Sent: 30 April 2009 21:51 > To: symfony users > Subject: [symfony-users] Package > "http://plugins.symfony-project.org/get/sfPropelPlugin/sfPropelPlugin > -1.3.0.tgz" is not valid > > I'm using Symfony 1.1.7 > > When I try to install the sfPropelPlugin with this command: > > php symfony plugin:install sfPropelPlugin > > I get this error message: > > Plugin "sfPropelPlugin" installation failed: Package "http:// > plugins.symfony-project.org/get/sfPropelPlugin/ > sfPropelPlugin-1.3.0.tgz" is not valid > > Why? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
