PHP Pear安装程序停留在21%

时间:2014-11-08 09:14:14

标签: php installer pear

我尝试在我的Webspace上安装PHP Pear。我从http://pear.php.net/go-pear

上传了安装程序文件

我启动了安装程序,一切似乎都在工作,除非它每次都停留在21%。

这是安装程序的输出,但我没有收到任何错误......

  

开始安装......

     

加载zlib:ok

     

Bootstrapping Installer ...................

     

引导PEAR5.php ............(远程)确定

     

引导PEAR.php ............(远程)确定

     

Bootstrapping Archive / Tar.php ............(远程)确定

     

Bootstrapping Console / Getopt.php ............(远程)ok#

我到处寻找解决方案,但似乎没有任何效果。也许有人可以帮我解决这个问题。

编辑:

我在网站空间激活PHP错误之后现在收到错误(愚蠢的我)。 现在我收到以下错误:

  

致命错误:班级'梨子'在第697行/customers/d/1/5/team-equipment.de/httpd.www/_pear/pearinstaller.php中找不到

在检查此问题后,我只是谷歌回答并在stackoverflow上找到它:Fatal error: Class 'PEAR' not found in /home/user1/public_html/go-pear.php on line 697

这解决了我的问题!

1 个答案:

答案 0 :(得分:1)

更新链接

$bootstrap_files = array(
'PEAR5.php'            => 'https://raw.githubusercontent.com/pear/pear-core/master/PEAR5.php',
'PEAR.php'             => 'https://raw.githubusercontent.com/pear/pear-core/master/PEAR.php',
'Archive/Tar.php'      => 'https://raw.githubusercontent.com/pear/Archive_Tar/master/Archive/Tar.php',
'Console/Getopt.php'   => 'https://raw.githubusercontent.com/pear/Console_Getopt/master/Console/Getopt.php',);

来源:https://stackoverflow.com/a/23889357/169630