• 09-01-2023, 08:59:26
    #1
    Üyeliği durduruldu
    Bu sayfa çalışmıyor

    site.com şu anda bu isteği işleme alamıyor.
    HTTP ERROR 500


    merhabalar bu hatayı alırıyorum error loga girdiğimde ise

    }
    if (false === $pos) {
    //At-sign is missing.
    $error_message = sprintf(
    '%s (%s): %s',
    $this->lang('invalid_address'),
    $kind,
    $address
    );
    $this->setError($error_message);
    $this->edebug($error_message);
    if ($this->exceptions) {
    throw new Exception($error_message);
    }

    phpmaillerde bu hatayı veriyor
  • 09-01-2023, 09:02:11
    #2
    Merhaba, Kod içeriğindeki "phpmailler kod satırınızın" tamamını koyarsanız, hatanın tam ne olduğu konusunda daha fazla yardımcı olabiliriz.