jldupont / zend

Automatically exported from code.google.com/p/zend
0 stars 0 forks source link

pear channel-discover zend.googlecode.com/svn doesn't work #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\>pear channel-discover zend.googlecode.com/svn
Discovering channel zend.googlecode.com/svn over http:// failed with message: 
channel-add: Cannot open "http://zend.googlecode.com/svn/channel.xml" (File 
http://zend.googlecode.com:80/svn/channel.xml not valid (received: HTTP/1.1 
404 Not Found
))
Trying to discover channel zend.googlecode.com/svn over https:// instead
Discovery of channel "zend.googlecode.com/svn" failed (channel-add: Cannot 
open
"https://zend.googlecode.com/svn/channel.xml" (File 
https://zend.googlecode.com:443/svn/channel.xml not valid (received: HTTP/1.1 
404 Not Found
)))

Original issue reported on code.google.com by mecommayou on 17 Mar 2010 at 3:58

GoogleCodeExporter commented 9 years ago
yes, is a confirmed issue, i got the same error on multiple servers.
I seem *ALL* google code pear packages are broken.

Original comment by arhim...@gmail.com on 19 Mar 2010 at 1:47

GoogleCodeExporter commented 9 years ago
I have no idea what 'pear' does, but why is it complaining about '404 not 
found'?  I'm 
able to open

  http://zend.googlecode.com/svn/channel.xml

...perfectly fine in both a web browser and via 'curl' on the commandline.  I 
can see the 
contents of that xml file with no problem.  What is pear doing other than an 
HTTP GET?

Original comment by suss...@google.com on 19 Mar 2010 at 1:58

GoogleCodeExporter commented 9 years ago
Here is original issue in PEAR's bugtracker: 
http://pear.php.net/bugs/bug.php?id=17234
PEAR was team informed about this issue and soon it will be fixed.

Original comment by mecommayou on 19 Mar 2010 at 2:05

GoogleCodeExporter commented 9 years ago
This is not a bug in PEAR, this is a bug with Google Code hosting.

http://groups.google.com/group/google-code-hosting/browse_thread/thread/ada749f2
cc291c4e

Original comment by brett.bieber@gmail.com on 23 Mar 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Apply this PEAR patch, for the moment, in PEAR/Downloader.php file.

http://pear.php.net/bugs/bug.php?id=17234&edit=12&patch=bug-17234-quickfix.diff&
revision=1269360544

Original comment by arhim...@gmail.com on 25 Mar 2010 at 7:57

GoogleCodeExporter commented 9 years ago
Issue is fixed on google side.

Original comment by arhim...@gmail.com on 29 Mar 2010 at 4:35