Ongelma rekisteröitymisessä..
Lähetetty: 10 Marras 2006, 10:39
Tein vasta uuden forumin ja seuraava ongelma ilmenee kun luo uuden tunnuksen..
smtp.php tiedoston rivit 110-113Yleinen virhe
Could not connect to smtp host : 10060 : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
DEBUG MODE
Line : 112
File : smtp.php
Koodi: Valitse kaikki
if( !$socket = @fsockopen($board_config['smtp_host'], 25, $errno, $errstr, 20) )
{
message_die(GENERAL_ERROR, "Could not connect to smtp host : $errno : $errstr", "", __LINE__, __FILE__);
}