| [resolved]Discovery of channel failed [message #218] |
Wed, 09 November 2005 02:15  |
|
Please help.
I am trying to follow the installation instructions. I get to the part where I must pear channel-discover pear.symfony-project.com, and I get this message:
Discovery of channel "pear.symfony-project.com" failed.
I have PEAR Version: 1.4.4. Please help.
I really want to try using symfony. Thanks!
Maricris
[Updated on: Fri, 03 March 2006 10:58] by Moderator
|
|
|
|
|
|
| Re: Discovery of channel failed [message #271 is a reply to message #236 ] |
Thu, 10 November 2005 00:53   |
|
Thanks for all the advices.
I finally managed to install symfony. I am now trying to start my own project.
I updated my specs to:
PHP 5.0.5 (cli) (built: Nov 9 2005 11:08:48)
Copyright (c) 1997-2004 The Php Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies
Thanks again. I hope to learn more on the use of symfony.
|
|
|
|
| Re: Discovery of channel failed [message #1829 is a reply to message #982 ] |
Tue, 17 January 2006 14:21   |
|
Nathan,
Make sure you check your pear configuration using pear config-show. If you are using a proxy, be sure to set the http_proxy option first so that you can channel-discover pear.symfony-project.com
Sorry for the extremely late reply. I hope this will also help others.
Kristeta126
|
|
|
| Re: Discovery of channel failed [message #2552 is a reply to message #218 ] |
Thu, 09 February 2006 14:54   |
halfer Messages: 9535 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
I had the same issue. Strangely, although my browser goes through a proxy on port 8080, http_proxy in pear needed to be port 80 instead. Naturally it depends on your local configuration, so play around with the proxy setting until the channel-discover command doesn't return an error.
OK, ignore the above. I was running PEAR/PEAR.php rather than PEAR/pearcmd.php as I should have been. I'll keep on trying various combinations, it's probably our corp firewall...
[Updated on: Thu, 09 February 2006 15:08] Remember Palestine
|
|
|
|
|
|
|
| Re: Discovery of channel failed [message #3347 is a reply to message #3315 ] |
Fri, 03 March 2006 02:09   |
andrew Messages: 39 Registered: December 2005 |
Member |
|
|
| paul_lomax wrote on Thu, 02 March 2006 13:38 | Apparently there's an issue in the latest version of PEAR (1.4.7)
Try downgrading by running pear upgrade -f PEAR-1.4.6
|
Thanks Paul, this did it for me!
|
|
|
|
|
|
|
| Cannot download non-local package ... [message #61259 is a reply to message #34664 ] |
Thu, 18 September 2008 14:23   |
pgervais Messages: 8 Registered: September 2008 Location: Paris, FRANCE |
Junior Member |
|
|
when I saw this post, I thought I could solve my problem ..
I did exactly what I written but ...
1) I downloaded "c:\channel.xml"
2) I ran
C:\>pear channel-add "c:\channel.xml"
channel-add: Channel "pear.symfony-project.com" exists, use channel-update to update entry
3) I ran
C:\>pear install --offline "c:\symfony-1.0.17.tgz"
Parsing of package.xml from file " C:\WINDOWS\TMP\mijad4\pear\cache/symfony-1.0.17/lib/vendor/p ropel-generator/pear/build-pear-package
.xml" failed
Cannot download non-local package "c:\symfony-1.0.17.tgz"
Package "c:\symfony-1.0.17.tgz" is not valid
install failed
attached sme error messages
|
|
|
| Re: [resolved]Discovery of channel failed [message #61261 is a reply to message #218 ] |
Thu, 18 September 2008 14:35   |
halfer Messages: 9535 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
What version of PHP and PEAR are you using?
Remember Palestine
|
|
|
|
| Re: [resolved]Discovery of channel failed [message #61264 is a reply to message #218 ] |
Thu, 18 September 2008 14:51   |
halfer Messages: 9535 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
I am concerned that PEAR thinks that something in c: is a non-local package! Does C:\symfony-1.0.17.tgz actually exist on your disc?
Failing that, delete the channel from pear and re-add it, then try again.
Remember Palestine
|
|
|
|
| Re: [resolved]Discovery of channel failed [message #61268 is a reply to message #218 ] |
Thu, 18 September 2008 15:26   |
halfer Messages: 9535 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
OK, uninstall using PEAR then. You can do "pear help (command)" to get options like "force" etc.
Remember Palestine
|
|
|
|
|