PHP gevorderde |
|
Hallo,
Ik heb een forum aangepast.
Maar nu heb ik een fout:
Algemene fout
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : emailer.php
Dit zijn de (foute) regels:
// Did it work?
if (!$result)
{
message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
}
return true;
}
// Did it work? if (!$result) { message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__); } return true; }
maar toch word deze persoon geregistreerd :S.Dus gaat er helemaal niets fout .Iemand die weet wat er aan de hand is?
|