Tuesday, January 5, 2010

symfony 1.0.21 install plugin

I have installed symfony 1.0.21 on xubuntu 9.10; when i have tried to do
symfony plugin-install http://plugins.symfony-project.com/sfGuardPlugin
i had this error:
Warning: require_once(PEAR/Remote.php): failed to open stream: No such file or directory in /usr/share/php/data/symfony/tasks/sfPakePlugins.php on line 155

i resolved it in this mode:
cd /usr/share/php/PEAR
sudo ln -s Command/Remote.php Remote.php

No comments: