Roundcube Community Forum

 

Installation GlobalAddressBook

Started by dielix, August 16, 2012, 10:34:36 AM

Previous topic - Next topic

dielix

Ich benutze RC in der Version 0.8.0 (auf gemietetem Webspace installiert). Als Plugin habe ich derzeit nur 'virtuser' aktiviert. Läuft alles.

Ich möchte auch das globale Adressbuch benutzen und habe mir das entsprechende Plugin hier (https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book/) heruntergeladen und in das Verzeichnis

/html/mail/plugins/globaladdressbook

installiert. In der main.inc.php sieht die Zeile dann wie folgt aus:

$rcmail_config['plugins'] = array('virtuser_file', 'globaladdressbook');

Die Datei /html/mail/plugins/globaladdressbook/config.inc.php hat folgenden Inhalt:

<?php
$rcmail_config
['globaladdressbook_user'] = '[global_addressbook_user]';
$rcmail_config['globaladdressbook_readonly'] = false;
$rcmail_config['globaladdressbook_groups'] = true;
$rcmail_config['globaladdressbook_admin'] = '[[email protected]]';
$rcmail_config['globaladdressbook_autocomplete'] = true;
?>


Wenn ich RC nun aufrufe, erscheint

Die Website kann diese Seite nicht anzeigen.
HTTP 500 
   Wahrscheinlichste Ursachen:
•Die Website wird momentan gewartet.
•Die Website enthält einen Programmierfehler.


Was mache ich falsch?