Ich probiere krampfhaft Horde3 zu installieren. Horde meckert auf seiner Testseite, das Pear-Modul DB sei nicht genug aktuell (Your version of DB is not recent enough.), dabei ist es die neuste Version (1.7.6), die auf Pear zu finden ist. Leider scheint es mit dieser Version wirklich nicht zu klappen, denn ich bekomme schon beim Login-Fenster folgende Fehlermeldungen zu Gesicht:
Code: Select all
Notice: Use of undefined constant DB_PORTABILITY_LOWERCASE - assumed 'DB_PORTABILITY_LOWERCASE' in /var/www/secure/html/horde/lib/Horde/DataTree/sql.php on line 1332
Notice: Use of undefined constant DB_PORTABILITY_ERRORS - assumed 'DB_PORTABILITY_ERRORS' in /var/www/secure/html/horde/lib/Horde/DataTree/sql.php on line 1332
Notice: Only variable references should be returned by reference in /usr/lib/php4/pear/DB/common.php on line 298
Warning: Cannot modify header information - headers already sent by (output started at /var/www/secure/html/horde/lib/Horde/DataTree/sql.php:1332) in /var/www/secure/html/horde/templates/common-header.inc on line 4
Warning: Cannot modify header information - headers already sent by (output started at /var/www/secure/html/horde/lib/Horde/DataTree/sql.php:1332) in /var/www/secure/html/horde/templates/common-header.inc on line 5Weiss jemand Rat?
Betriebssystem Debian woody, PHP 4.4.0-0.dotdeb.0
Meine Pear-Config:
Code: Select all
server:~# pear config-show
Configuration:
==============
PEAR executables directory bin_dir /usr/bin
PEAR documentation directory doc_dir /usr/share/php/docs
PHP extension directory ext_dir /usr/lib/php4/20020429
PEAR directory php_dir /usr/share/php
PEAR Installer cache directory cache_dir /tmp/pear/cache
PEAR data directory data_dir /usr/share/php/data
PHP CLI/CGI binary php_bin /usr/bin/php
PEAR test directory test_dir /usr/share/php/tests
Cache TimeToLive cache_ttl 3600
Preferred Package State preferred_state stable
Unix file mask umask 22
Debug Log Level verbose 1
HTTP Proxy Server Address http_proxy <not set>
PEAR server master_server pear.php.net
PEAR password (for password <not set>
maintainers)
Signature Handling Program sig_bin /usr/local/bin/gpg
Signature Key Directory sig_keydir /usr/etc/pearkeys
Signature Key Id sig_keyid <not set>
Package Signature Type sig_type gpg
PEAR username (for username <not set>
maintainers)Gruss und Dank
burgi