Discussion:
http error
(too old to reply)
Unknown Sender
2008-01-17 12:18:20 UTC
Permalink
Hi,

I send the information from Command Prompt on WindowsXP:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>cd c:\usr\php5

C:\usr\php5>pear list-all
HTTP error, got response: HTTP/1.1 404 Not Found
Didn't receive 200 OK from remote server. (HTTP/1.1 404 Not Found)

C:\usr\php5>


The same information I have if I want to use an option: download-all


What should I do, to have the possibility for use the command shown above?



I will thankfull for the answer.



Best regards


Przemek Kukla
Brett Bieber
2008-01-17 14:22:34 UTC
Permalink
Post by Unknown Sender
Hi,
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\User>cd c:\usr\php5
C:\usr\php5>pear list-all
HTTP error, got response: HTTP/1.1 404 Not Found
Didn't receive 200 OK from remote server. (HTTP/1.1 404 Not Found)
It appears that your PEAR version is out of date, and relies on the
old XML-RPC method for installation. You'll need to upgrade PEAR
first.

There is some information on the PEAR website regarding this at
http://pear.php.net/news/package.xml.1.0.php

If after reading that you're still having problems I would try
pear upgrade --force http://pear.php.net/get/Archive_Tar-1.3.6
http://pear.php.net/get/XML_Parser
http://pear.php.net/get/Console_Getopt-1.2
pear upgrade --force http://pear.php.net/get/PEAR-1.4.3.tar
pear upgrade PEAR
Post by Unknown Sender
C:\usr\php5>
The same information I have if I want to use an option: download-all
What should I do, to have the possibility for use the command shown above?
I will thankfull for the answer.
Best regards
Przemek Kukla
--
-Brett Bieber

http://saltybeagle.com/
Loading...