VHCS FTP Accounts und Webmail Fehler

  • Thread starter Thread starter PhilAd
  • Start date Start date
P

PhilAd

Guest
hi,

ich habe VHCS 2.4.7.1
nun ist bei mir folgender Fehler aufgetreten:
Wenn ich mich im Webmail einloggen will erscheint "ERROR (2): Header may not contain more than a single header, new line detected. (/var/www/vhcs2/gui/tools/webmail/inc/inc.php:155)"

Wenn ich meine FTP Accounts von VHCS benutzen möchte (für meinen Webspace) sagt dieser mir nun, dass Username und Passwort falsch wären. Auch das neusetzen oder neuerstellen eines Acc ändert nichts.
Alle anderen FTP Accounts die nicht von VHCS stammen funktionieren.

Ich hoffe mir kann jemand helfen, falls noch weitere Informationen benötigt werden, fragt mich bitte danach.


MfG

PhilAd
 
Hallo,

zu 1.)

Ändere in der ( /var/www/vhcs2/gui/tools/webmail/inc/inc.php )
mal folgendes:

Code:
Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT\r\n".
"Cache-Control: no-cache\r\n".
"Cache-Control: must-revalidate");

durch

Code:
Header("Expires: Wed, 11 Nov 1998 11:11:11 GMT");
Header("Cache-Control: no-cache");
Header("Cache-Control: must-revalidate");


zu 2. mal die Logs bitte
 
Hallo,

danke erstmal.
Also zu 1.) sagt er mir nun auch beim webmail login dsa der Login falsch wäre. Per Pop3 funktioniert das ganze aber noch, also können sie ja nicht falsch sein.
Könnte das ganze irgendwie mit den Userrechten in Linux zu tun haben?
Zu 2.)
vhcs2-httpd-logs-mngr.log:
If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /var/www/vhcs2/engine/tools/../vhcs2_common_
code.pl line 1443
Compilation failed in require at /var/www/vhcs2/engine/tools/vhcs2-httpd-logs-mngr line 33.

vhcs2-qsk-quota.log:
If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /var/www/vhcs2/engine/quota/../vhcs2_common_
code.pl line 1443
Compilation failed in require at /var/www/vhcs2/engine/quota/vhcs2-dsk-quota line 34.

vhcs2-srv-traff.log:
If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /var/www/vhcs2/engine/traffic/../vhcs2_commo
n_code.pl line 1443
Compilation failed in require at /var/www/vhcs2/engine/traffic/vhcs2-srv-traff line 33.

vhcs2-vrl-traff.log:
If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /var/www/vhcs2/engine/traffic/../vhcs2_commo
n_code.pl line 1443
Compilation failed in require at /var/www/vhcs2/engine/traffic/vhcs2-vrl-traff line 53.

vhcs2-backup-all-mngr.log:
/bin/sh: /var/www/vhcs2/engine/backup/vhcs2-backup-all: No such file or directory
 
hallo nochmal,

könnte es auch daran liegen das ich ein upgrade von debian sarge auf etch gemacht habe?
 
mhmkay, ich glaub das dann umzubauen sindn paar stunden arbeit xD
ispcp werd ich mir dann mal als alternative ansehen ^^

vielen dank für eure Hilfe.


Gruß

PhilAd
 
Back
Top