ERROr bei insterlazion GER
ERROr bei insterlazion GER
-> run /home/keyhelp/www/keyhelp/install/install.php --installer-version 1
Error: Unable to find a valid quota mountpoint. You have to make sure that there is a "/" - mountpoint in your "/etc/fstab". Visit https://community.keyhelp.de and ask for help or contact KeyHelp Support Team.
Was ist das poblem bin über frag und der hoster von mir auch vileich könt ir mir helfen
Re: ERROr bei insterlazion GER
Martin
Re: ERROr bei insterlazion GER
Update sources list ... [ERROR]
Installation requirements ... [ERROR]
Sudo ... [ERROR]
Bind9 ... [ERROR]
SSL ... [ERROR]
PHP ... [ERROR]
PHP-FPM ... [ERROR]
Apache ... [ERROR]
MariaDB ... [ERROR]
KeyHelp ... [ERROR]
Firewall (iptables) ...
Warning: MySQL - Query Error: Table 'keyhelp.firewall' doesn't exist (1146) in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 170
[ERROR]
SSH ... [ERROR]
ProFTPD ... [ERROR]
Postfix ... [ERROR]
Dovecot ... [ERROR]
Email protection
Postgrey, Amavis, ClamAV,
SpamAssassin, Pyzor, Razor ... [ERROR]
AWStats ... [ERROR]
Fail2ban ... [ERROR]
Logrotate ... [ERROR]
PhpMyAdmin 4.7.5 Multilanguage ... [OKAY]
Roundcube 1.3.3 Multilanguage ... [OKAY]
Rainloop 1.11.0.203 (Community Edition) ... [ERROR]
Quota ... [ERROR]
Apparmor ... [ERROR]
7-Zip ... [ERROR]
Nano ... [ERROR]
NTP ... [ERROR]
Cron-Daemon ... [ERROR]
Warning: MySQL - Connection Error: 1045 (Access denied for user 'keyhelp'@'localhost' (using password: YES)) in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 170
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 49
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 50
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 69
Warning: DBConnection::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 70
Warning: MySQL - Query Error: () in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 170
Fatal error: Call to a member function fetch_assoc() on null in /home/keyhelp/www/keyhelp/core/Settings/Settings.php on line 240
root@v1071:~#
Re: ERROr bei insterlazion GER
Re: ERROr bei insterlazion GER
wenn die Installation einmal fehlerhaft war sollte der neue Versuch entsprechend auf einem sauberen System erfolgen.
Martin
Re: ERROr bei insterlazion GER
server neu aufgesetzt und update aus gefürt
root@v1071:~# wget https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;
converted 'https://install.keyhelp.de/get_keyhelp.php' (ANSI_X3.4-1968) -> 'https://install.keyhelp.de/get_keyhelp.php' (UTF-8)
--2018-01-29 16:49:13-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 62.141.56.232, 2001:1b60:2:11:913:101:be57:cafe
Connecting to install.keyhelp.de (install.keyhelp.de)|62.141.56.232|:443... connected.
ERROR: The certificate of 'install.keyhelp.de' is not trusted.
ERROR: The certificate of 'install.keyhelp.de' hasn't got a known issuer.
root@v1071:~#
Re: ERROr bei insterlazion GER
Code: Select all
wget --no-check-certificate
Re: ERROr bei insterlazion GER
Hi,nikko wrote: ↑Mon 29. Jan 2018, 20:35 Bitte den Server mit einem OS minimal neu installieren und den kompletten Befehl aus der Mail verwenden, incl.Code: Select all
wget --no-check-certificate
Danke für den Tipp, nun geht es auch bei mir auf Debian 9.0.
LG
Mirko
Re: ERROr bei insterlazion GER
ich wollte mich mal mit Debian 8 und Keyhelp probieren.
Frisch installiertes System und beim Aufruf der Installationsroutine kommt folgende Meldung:
wget https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh ; bash installkeyhelp.sh ;
converted 'https://install.keyhelp.de/get_keyhelp.php' (ANSI_X3.4-1968) -> 'https://install.keyhelp.de/get_keyhelp.php' (UTF-8)
--2018-05-27 10:50:36-- https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 62.141.56.232, 2001:1b60:2:11:913:101:be57:cafe
Connecting to install.keyhelp.de (install.keyhelp.de)|62.141.56.232|:443... connected.
ERROR: The certificate of 'install.keyhelp.de' is not trusted.
ERROR: The certificate of 'install.keyhelp.de' hasn't got a known issuer.
Gibt's da eine Lösung?
mfg
Re: ERROr bei insterlazion GER
Code: Select all
wget --no-check-certificate https://install.keyhelp.de/get_keyhelp.php -O installkeyhelp.sh; bash installkeyhelp.sh