Bug(バグ) #3603
Shinichi Urabe さんが7年以上前に更新
h3. 現象 概要 pear.symfony-project.com に接続できない時、下記のエラーが発生しインストールが中断する <pre> >> sfPearFrontendPlugin Attempting to discover channel "pear.symfony-project.com"... >> sfPearFrontendPlugin Attempting fallback to https instead of http on channel >> sfPearFrontendPlugin "pear.symfony-project.com"... Unable to register channel "pear.symfony-project.com" </pre> h3. 原因 openpne:install 時、opPluginManager の初期化を行うが、初期化の処理の中で channel 情報取得のため、 pear.symfony-project.com に接続を試みるが、接続できない状態であれば、エラーとなり、例外が投げられ、インストールが中断される。 h3. 修正内容 openpne:install 時に pear.symfony-project.com や plugins.symfony-project.org に接続を行わないように修正