Hallo,
ich wollte HORDE auf meinem Root-Server (Suse 8.1 / PHP 4.2.2) installieren. Leider gibt das HORDE-Testscipt "test.php" noch diverse Fehler aus. Fangen wir erstmal mit PEAR an:
PEAR wird vom Test-Script erst gar nicht erkannt, obwohl es vorhanden ist. Der Befehle "locate PEAR.php" gibt folgendes aus.
Code: Select all
p15xxxxxx:~ # locate PEAR.php
/usr/share/php/PEAR.phpCode: Select all
Horde Versions
Horde: 2.2.4
PHP Version
View phpinfo() screen
PHP Version: 4.2.2
PHP Major Version: 4.2
PHP Minor Version: 2
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
DOM XML Support: Yes
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: Yes
MCAL Support: Yes
Mcrypt Support: Yes
MySQL Support: Yes
PostgreSQL Support: Yes
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: No
If safe_mode is enabled, Horde cannot set enviroment variables, which means Horde will be unable to translate the user interface into different languages.
trans_sid disabled: No
Horde will work with session.trans_sid turned on, but you may see double session-ids in your URLs, and if the session name in php.ini differs from the session name configured in Horde, you may get two session ids and see other odd behavior. The URL-rewriting that trans_sid does also tends to break XHTML compliance.
PHP Sessions
Session counter: 1
To unregister the session: click here
PEAR
PEAR - No
Check your PHP include_path setting to make sure it has the PEAR library directory.
Recent PEAR - No
Mail - No
Log - No
DB - No
Net_Socket - No
Date - No
HTML_Common/HTML_Select - No
Unknown error: open_basedir restriction in effect. File is in wrong directory (/home/www/web5/html/horde/test.php:198) Der include_path = ".:/usr/share/php" in meiner "php.ini" sollte wohl richtig sein, denke ich ?!
Ich habe den Apache bisher nur mit 'rcapache restart' neu gestartet. Kann es evt. daran liegen?
Wäre schön, wenn hier einer helfen könnte, um zumindest mal das erste Problem zu lösen !
mfg
steelking
Zu den Fehlern:
Code: Select all
Fehler: Unknown error: open_basedir restriction in effect. File is in wrong directory (/home/www/web5/html/horde/test.php:198)Code: Select all
safe_mode disabled: No
If safe_mode is enabled, Horde cannot set enviroment variables, which means Horde will be unable to translate the user interface into different languages.Code: Select all
trans_sid disabled: No
Horde will work with session.trans_sid turned on, but you may see double session-ids in your URLs, and if the session name in php.ini differs from the session name configured in Horde, you may get two session ids and see other odd behavior. The URL-rewriting that trans_sid does also tends to break XHTML compliance.