symfony からプラグインをインストールしようとしましたsfFormExtraPlugin
が、次のエラーが発生しました。
C:\wamp\www\sgps>symfony plugin:install sfFormExtraPlugin
>> plugin installing plugin "sfFormExtraPlugin"
Warning: require_once(PEAR.php): failed to open stream: No such file or director
y in C:\wamp\bin\php\php5.2.5\PEAR\symfony\plugin\sfPearEnvironment.class.php on
line 15
Fatal error: require_once(): Failed opening required 'PEAR.php' (include_path='.
;C:\php5\pear') in C:\wamp\bin\php\php5.2.5\PEAR\symfony\plugin\sfPearEnvironmen
t.class.php on line 15
確認したsfPearEnvironment.class.php
ところ、折りたたまれていPlugin
ます。この状況を修正するにはどうすればよいですか? ありがとうございました