[gelöst] SMH funktioniert nicht
Hi,
ich muß bei einem Hoster auf SMH zurückgreifen. Dazu hab ich localconf so angepaßt:
Code:
$GLOBALS['TL_CONFIG']['useFTP'] = true;
$GLOBALS['TL_CONFIG']['ftpHost'] = 'ftp://www.hipack.de';
$GLOBALS['TL_CONFIG']['ftpPath'] = 'httpdocs/demo/';
$GLOBALS['TL_CONFIG']['ftpUser'] = 'xxxxxxx';
$GLOBALS['TL_CONFIG']['ftpPass'] = 'xxxxxxx';
$GLOBALS['TL_CONFIG']['ftpSSL'] = false;
$GLOBALS['TL_CONFIG']['ftpPort'] = 21;
der smhcheck schlägt dann beim ftp_connect fehl:
Zitat:
System temporary dir: /tmp
Checking tmpfile() ... success!
Creating TYPOlight temporary file system/tmp/1c35e189c87e346b195b87768e13a5f5 ... success!
Connecting to FTP server ...
Warning: ftp_connect(): php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /srv/www/vhosts/hipack.de/httpdocs/demo/smhcheck.php on line 86
#0 [internal function]: __error(2, 'ftp_connect(): ...', '/srv/www/vhosts...', 86, Array)
#1 /srv/www/vhosts/hipack.de/httpdocs/demo/smhcheck.php(86): ftp_connect('ftp://www.hipac...', 21, 3)
#2 {main}
Connect to FTP host
ftp://www.hipack.de failed.
Please fix the SMH settings in system/config/localconfig.php, and then retry.
Über einen FTP-Client kann ich mich ganz normal anmelden.
Freu mich über Tipps.
Gruß
Michel
Liste der Anhänge anzeigen (Anzahl: 1)
Hi,
siehe Screenshot.
Gruß
Michel