For symfony 1.1 and 1.2 plugins, the channel is plugins.symfony-project.org, not pear.symfony-project.com. pear.symfony-project.com is only used for symfony itself.
Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.org | fabien.potencier.org Tél: +33 1 40 99 80 80 Tom Boutell wrote: > mkdir testapp12 > cd testapp12 > symfony init-project testapp12 > [Edited config/ProjectConfiguration.class.php, swapped Doctrine and Propel] > symfony plugin:install sfDoctrineGuardPlugin > >>> plugin installing plugin "sfDoctrineGuardPlugin" >>> sfPearFrontendPlugin downloading sfDoctrineGuardPlugin-3.0.0.tgz ... >>> sfSymfonyPluginManager Installation successful for plugin >>> "sfDoctrineGuardPlugin" > > symfony plugin:install --stability=beta sfDoctrineApplyPlugin > >>> plugin installing plugin "sfDoctrineApplyPlugin" >>> sfPearFrontendPlugin downloading sfDoctrineApplyPlugin-0.7.6.tgz ... >>> sfPearFrontendPlugin symfony/sfDoctrineApplyPlugin requires package >>> sfPearFrontendPlugin "symfony/sfDoctrineGuardPlugin" (version >= 3.0.0, >>> version <= >>> sfPearFrontendPlugin 4.0.0, excluded versions: 4.0.0) > > Plugin "sfDoctrineApplyPlugin" installation failed: No valid packages found > > ? Version 3.0.0 is >= 3.0.0. Is this really the error causing the "no > valid packages found" message or is something else at fault? > > This is currently a dealbreaker for users who prefer to install via > plugin-install. > > I have up to date Symfony 1.2.x from SVN. The user who pointed out the > problem has 1.2.4. > > Thanks! > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
