Anzeige:
Ergebnis 1 bis 3 von 3

Thema: Horde Webmail Problem

  1. #1
    Registrierter Benutzer
    Registriert seit
    Mar 2004
    Beiträge
    12

    Horde Webmail Problem

    Hallo Leute,

    ich möchte auf meinem Windows XP XAMPP System horde ausprobieren.
    Dazu habe ich das aktuellste Horde Webmail Paket benutzt.
    Nach dem Kopieren der Files habe ich die setup.php gestartet und die Konfiguration vorgenommen. Ebenso habe ich mit dem Script die DB sowie die Tabellen angelegt.

    Wenn ich die Testseite aufrufe bekomme ich folgendes Ergebnis:
    Code:
    Horde Version
    
        * Horde: 3.1.4
    
    Horde Applications
    
        * Horde: 3.1.4
        * Imp: H3 (4.1.4) (run Imp tests)
        * Ingo: H3 (1.1.3) (run Ingo tests)
        * Kronolith: H3 (2.1.5)
        * Mnemo: H3 (2.1.1)
        * Nag: H3 (2.1.3)
        * Turba: H3 (2.1.4) (run Turba tests)
    
    PHP Version
    
        * View phpinfo() screen
        * View loaded extensions
        * PHP Version: 5.2.2
        * PHP Major Version: 5.2
        * PHP Minor Version: 2
        * PHP Version Classification: release
        * You are running a supported version of PHP.
    
    PHP Module Capabilities
    
        * Ctype Support: Yes
        * DOM XML Support: Yes
        * FTP Support: Yes
        * GD Support: Yes
        * Gettext Support: Yes
        * Iconv Support: Yes
        * IMAP Support: Yes
        * LDAP Support: No
        * Mbstring Support: Yes
        * Mcrypt Support: No
          Mcrypt is a general-purpose cryptography library which is broader and significantly more efficient (FASTER!) than PHP's own cryptographic code and will provider faster logins.
        * MIME Magic Support (fileinfo): No
          The fileinfo PECL module or the mime_magic PHP extension (see below) will most likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.
        * memcached Support (memcache): No
          The memcache PECL module is needed only if you are using the memcached SessionHandler. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.
        * MIME Magic Support (mime_magic): Yes
        * MySQL Support: Yes
        * OpenSSL Support: Yes
        * PostgreSQL Support: Yes
        * Session Support: Yes
        * XML Support: Yes
        * Zlib Support: Yes
    
    Miscellaneous PHP Settings
    
        * magic_quotes_runtime disabled: Yes
        * safe_mode disabled: Yes
        * session.use_trans_sid disabled: Yes
        * session.auto_start disabled: Yes
        * zlib.output_compression disabled: Yes
        * zend_accelerator.compress_all disabled: Yes
        * memory_limit value: 32M
          If PHP's internal memory limit is not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). You should set the value of memory_limit in php.ini to a sufficiently high value - at least 64M is recommended.
    
    File Uploads
    
        * file_uploads enabled: Yes
        * upload_tmp_dir: C:\Programme\xampp\tmp
        * upload_max_filesize: 32M
        * post_max_size: 16M
    
    Required Horde Configuration Files
    
        * config/conf.php: Yes
        * config/mime_drivers.php: Yes
        * config/nls.php: Yes
        * config/prefs.php: Yes
        * config/registry.php: Yes
    
    PHP Sessions
    
        * Session counter: 1
        * To unregister the session: click here
    
    PEAR
    
        * PEAR Search Path (PHP's include_path):  C:\Programme\xampp\htdocs\horde\lib;C:\Programme\xampp\htdocs\horde\lib/../pear
        * PEAR: Yes
        * Recent PEAR: Yes
        * Mail: Yes
        * Mail_Mime: Yes
        * Log: Yes
        * DB: Yes
        * Net_Socket: Yes
        * Date: Yes
        * Auth_SASL: Yes
        * HTTP_Request: Yes
        * File: Yes
        * Net_SMTP: Yes
        * Services_Weather: Yes
        * Cache: Yes
        * XML_Serializer: Yes
    Wenn ich nun http://localhost/horde aufrufe, bekomme ich folgende Fehlermeldung:
    Code:
    Ein schwerer Fehler ist aufgetreten:
    Session cookies will not work without a FQDN and with a non-empty cookie domain. Either use a fully qualified domain name like "http://www.example.com" instead of "http://example" only, or set the cookie domain in the Horde configuration to an empty value, or enable non-cookie (url-based) sessions in the Horde configuration.
    Details wurden für den Administrator mitgeloggt.
    Versuche ich das Ganze über http://127.0.0.1/horde steht im Firefox:
    Code:
    Fehler: Umleitungsfehler
    
    Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.
    Was mache ich denn falsch, habe mich genau an die Installationsreadme gehalten.
    Danke für eure Tipps.

    grüße
    Henri
    Geändert von hennerich (07.06.07 um 13:45 Uhr)

  2. #2
    Flachinformatiker Avatar von MiGo
    Registriert seit
    Oct 2002
    Ort
    Heidelberg
    Beiträge
    5.270
    Session cookies will not work without a FQDN and with a non-empty cookie domain. Either use a fully qualified domain name like "http://www.example.com" instead of "http://example" only, or set the cookie domain in the Horde configuration to an empty value, or enable non-cookie (url-based) sessions in the Horde configuration.
    Steht doch da, was der Fehler ist.
    Du hast keinen FQDN gesetzt (vollständiger Hostname des Rechners), aber eine Domain für die Cookies angegeben.
    "Da steht sowas ähnliches wie" oder "das funzt net!!" ist keine Fehlermeldung!

  3. #3
    Registrierter Benutzer
    Registriert seit
    Mar 2004
    Beiträge
    12
    Zitat Zitat von MiGo Beitrag anzeigen
    Steht doch da, was der Fehler ist.
    Du hast keinen FQDN gesetzt (vollständiger Hostname des Rechners), aber eine Domain für die Cookies angegeben.
    OK, ich habe jetzt die Cookie Domain gelöscht, trotzdem bleibt der Umleitungsfehler, dernun auch bei http://localhost/horde auftritt.

    Henri

Ähnliche Themen

  1. Problem mit SMTP SASL Auth
    Von HorusMS im Forum Linux als Server
    Antworten: 8
    Letzter Beitrag: 12.10.06, 19:18
  2. Horde Problem
    Von chregu2001 im Forum Linux als Server
    Antworten: 2
    Letzter Beitrag: 07.04.03, 14:12
  3. Seltsames Problem mit XFree86 4.0.1
    Von niggo im Forum X-Konfiguration
    Antworten: 4
    Letzter Beitrag: 22.01.02, 21:59
  4. Upload-Ping-Router Problem !!
    Von MidnightRambler im Forum System installieren und konfigurieren
    Antworten: 0
    Letzter Beitrag: 20.01.02, 18:16
  5. Problem mit SuSE Linux 7.3 Pro und SuSEfirewall2
    Von outi im Forum Linux als Server
    Antworten: 1
    Letzter Beitrag: 15.12.01, 17:52

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •