Sebastian Ertz
2020-02-22 10:57:29 UTC
Hallo JÃŒrgen,
bei mir lÀuft die Konfiguration von roundcube 1.5.3 nicht mehr durch.
Folgende Fehlermeldung erscheint:
version (eisfair-1): 1.5.3
mail has been enabled ...
ownCloud has been enabled ...
PHP7FPM-WEB module test failure, make sure that the web server/fpm is
running!
PHP7FPM-WEB INTL module: enabled, but not loaded!
Database type : sqlite
Database server: localhost
SQLite3 PHP7FPM-WEB support: enabled
SQLite3 PHP7-CLI support: enabled
pre-requisites not met, fix it and re-run configuration!
Folgendes passiert wenn ich '/var/install/config.d/roundcube.sh
--show-php-web-modules' ausfÃŒhre:
Loaded PHP7-WEB modules:
------------------------
path: /srv/www/tk-ertz
url: http://eis.fritz.box:80/roundcube/
url: http://eis.fritz.box:80/
url: http://localhost:80/roundcube/
url: http://localhost:80/
url: http://eis.fritz.box:443/roundcube/
url: http://eis.fritz.box:443/
url: http://localhost:443/roundcube/
url: http://localhost:443/
url: https://eis.fritz.box:80/roundcube/
url: http://eis.fritz.box:80/
url: https://localhost:80/roundcube/
url: http://localhost:80/
url: https://eis.fritz.box:443/roundcube/
url: http://eis.fritz.box:443/
url: https://localhost:443/roundcube/
url: http://localhost:443/
------------------------
Das Problem ist das ich in meiner Apache Konfig als
APACHE2_DOCUMENT_ROOT='/srv/www/tk-ertz.de/www' ist.
/var/install/config.d/roundcube.sh Zeile 604:
local _glpm_docroots="${OWNCLOUD_DOCUMENT_ROOT} `grep
"^APACHE2_DOCUMENT_ROOT" ${apache2_file} | sed
's/^APACHE2_DOCUMENT_ROOT[^/]*\([a-z0-9/_-]*\).*$/\1/'`"
erzeugt folgende Variablen Wert: _glpm_docroots=' /srv/www/tk-ertz'
${OWNCLOUD_DOCUMENT_ROOT} wird gar nicht eingelesen obwohl owncloud
installiert wird.
Schreibe ich direkt:
local _glpm_docroots="/srv/www/tk-ertz.de/www"
funktioniert alles bestens.
GruÃ
Sebastian
bei mir lÀuft die Konfiguration von roundcube 1.5.3 nicht mehr durch.
Folgende Fehlermeldung erscheint:
version (eisfair-1): 1.5.3
mail has been enabled ...
ownCloud has been enabled ...
PHP7FPM-WEB module test failure, make sure that the web server/fpm is
running!
PHP7FPM-WEB INTL module: enabled, but not loaded!
Database type : sqlite
Database server: localhost
SQLite3 PHP7FPM-WEB support: enabled
SQLite3 PHP7-CLI support: enabled
pre-requisites not met, fix it and re-run configuration!
Folgendes passiert wenn ich '/var/install/config.d/roundcube.sh
--show-php-web-modules' ausfÃŒhre:
Loaded PHP7-WEB modules:
------------------------
path: /srv/www/tk-ertz
url: http://eis.fritz.box:80/roundcube/
url: http://eis.fritz.box:80/
url: http://localhost:80/roundcube/
url: http://localhost:80/
url: http://eis.fritz.box:443/roundcube/
url: http://eis.fritz.box:443/
url: http://localhost:443/roundcube/
url: http://localhost:443/
url: https://eis.fritz.box:80/roundcube/
url: http://eis.fritz.box:80/
url: https://localhost:80/roundcube/
url: http://localhost:80/
url: https://eis.fritz.box:443/roundcube/
url: http://eis.fritz.box:443/
url: https://localhost:443/roundcube/
url: http://localhost:443/
------------------------
Das Problem ist das ich in meiner Apache Konfig als
APACHE2_DOCUMENT_ROOT='/srv/www/tk-ertz.de/www' ist.
/var/install/config.d/roundcube.sh Zeile 604:
local _glpm_docroots="${OWNCLOUD_DOCUMENT_ROOT} `grep
"^APACHE2_DOCUMENT_ROOT" ${apache2_file} | sed
's/^APACHE2_DOCUMENT_ROOT[^/]*\([a-z0-9/_-]*\).*$/\1/'`"
erzeugt folgende Variablen Wert: _glpm_docroots=' /srv/www/tk-ertz'
${OWNCLOUD_DOCUMENT_ROOT} wird gar nicht eingelesen obwohl owncloud
installiert wird.
Schreibe ich direkt:
local _glpm_docroots="/srv/www/tk-ertz.de/www"
funktioniert alles bestens.
GruÃ
Sebastian