Перейти к содержанию

ProPoe

Пользователи
  • Постов

    10
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные ProPoe

  1. При заходе выдает

     
    Спойлер

     

    There appears to be an error with the database.

    If you are seeing this page, it means there was a problem communicating with our database. Sometimes this error is temporary and will go away when you refresh the page. Sometimes the error will need to be fixed by an administrator before the site will become accessible again.

    You can try to refresh the page by clicking here

     

    Что делать? Логи вот
     

     

    Screenshot_1.png

  2. Я делаю интеграцию, и здесь пункт в profiel.php в DLE
     

    Спойлер

        if (strlen($password1)>0) {

        $password1 = md5(md5($password1));

        $sql_user = "UPDATE " . USERPREFIX . "_users set fullname='$fullname', land='$land', icq='$icq', email='$email', info='$info', signature='$signature', password='$password1', allow_mail='$allow_mail', xfields='$filecontents', allowed_ip='$allowed_ip' where name='$user'";
        } else {
        $sql_user = "UPDATE " . USERPREFIX . "_users set fullname='$fullname', land='$land', icq='$icq', email='$email', info='$info', signature='$signature', allow_mail='$allow_mail', xfields='$filecontents', allowed_ip='$allowed_ip' where name='$user'";
        }

    Но тут такого нет,что делать?

  3. Здравствуйте, уже как часа 3 борюсь с системой подтверждения через SMTP, пробовал yandex, mail, gmail. На двух последних появлялось "This server does not support authorisation", на yandex тестовое письмо отправилось, но подтверждение по прежнему не приходит, что делать и как настроить?

    При изменении на php mail пишет "невоможно отправить сообщение"

×
×
  • Создать...