电子邮件 – 致命错误:在第697行的/home/user1/public_html/go-pear.php中找不到“PEAR”类

前端之家收集整理的这篇文章主要介绍了电子邮件 – 致命错误:在第697行的/home/user1/public_html/go-pear.php中找不到“PEAR”类前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当试图通过运行go-pear.PHP(从cPanel GoDaddy托管帐户的根目录)安装PEAR时,我收到以下错误

Starting installation … Loading zlib: ok

Bootstrapping Installer……………….

Bootstrapping PEAR5.PHP…………(remote) ok

Bootstrapping PEAR.PHP…………(remote) ok

Bootstrapping Archive/Tar.PHP…………(remote) ok

Bootstrapping Console/Getopt.PHP…………(remote) ok

Fatal error: Class ‘PEAR’ not found in /home/alessio1/public_html/go-pear.PHP on line 697

line 697 is the following: PEAR::setErrorHandling(PEAR_ERROR_DIE,
“\n%s\n”);

go-pear.PHP文件是直接从http://pear.php.net/go-pear获取的,没有任何修改.

我究竟做错了什么?

解决方法

我有同样的错误,并设法解决它将$bootstrap_files中存储的链接替换为:
$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',);
原文链接:/html/225924.html

猜你在找的HTML相关文章