0

最新のXAMPPがインストールされたWindows7を使用しています。ほとんどの場合、BASEが機能するように構成しました。私の問題は、BASEで、グラフアラートボタンをクリックすると、次のエラーが発生することです。

Error loading the Graphing library:

Check your Pear::Image_Graph installation!

* Image_Graph can be found here:at http://pear.veggerby.dk/. Without this library no graphing operations can be performed.
* Make sure PEAR libraries can be found by php at all:

  pear config-show | grep "PEAR directory"
  PEAR directory      php_dir     /usr/share/pear

  This path must be part of the include path of php (cf. /etc/php.ini):

  php -i | grep "include_path"
  include_path => .:/usr/share/pear:/usr/share/php => .:/usr/share/pear:/usr/share/php</code>

I think it may have to do with the include path of the php.ini so here is what it currently says: ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2" ;include_path = ".:/php/includes" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" ; ; PHP's default setting for include_path is ".;/path/to/php/pear" ; http://php.net/include-path include_path = ".;C:\xampp\php\PEAR"

私はこれをどのように解決するかについて本当に途方に暮れています。私はしばらくの間いくつかのドキュメントを検索しましたが、ほとんどはubuntuへのインストールに言及していました。

私は梨やPHPを知らないので、これを修正する方法を知っているなら、徹底的に説明してください。私は必要なだけ多くの情報を提供したいと思っています。

4

1 に答える 1

0

これを読んでみましたか? pear.php.net

私はそれでDebianの問題を解決しました。

于 2011-10-12T15:10:59.747 に答える