Blog

Problem with PEAR 1.4.7

« Back to the Blog

Categories

Feeds

feed Posts feed

comments feed Comments feed

Be trained by symfony experts
Dec 10: Paris (1.1 - Francais)
Dec 10: Atlanta (1.1 - English)
Dec 17: Montreal (1.1 - Francais)
Jan 21: Paris (1.1 - Francais)
Feb 18: Paris (1.1 - Francais)
and more...

Archives

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.

If you run commands that use PEAR (like pear upgrade or symfony plugin-install), you might get the following error:

  Discovery of channel "pear.symfony-project.com" failed.

This is due to a bug in the version 1.4.7 of PEAR. This version doesn't recognize channel names containing dashes, and - damn - our channel is called "pear.symfony-project.com".

There are two possible workarounds, until the bug is fixed by the PEAR team:

- downgrade PEAR to 1.4.6 by typing

  pear upgrade -f PEAR-1.4.6

- apply the patch to the PEAR bug #6960 manually

Sorry for that, it should soon be fixed with a new PEAR release.

Comments comments feed

gravatar
#1 Gautam Arora said 1 day later

Thanks for the info.
I was using XAMPP on Windows and got this error due to PEAR-1.4.7

gravatar
#2 yukotan said 2 days later

Thanks!
I did not have to have useless time.