Цитата
The following warnings were detected when verifying that your server can run XenForo:
Your server has disabled a core PHP function proc_open via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
Your server has disabled a core PHP function popen via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
These will not prevent you from using XenForo, but they should be resolved if possible to ensure optimal functioning. However, you may still continue with the installation.
Your server has disabled a core PHP function proc_open via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
Your server has disabled a core PHP function popen via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
These will not prevent you from using XenForo, but they should be resolved if possible to ensure optimal functioning. However, you may still continue with the installation.
Сам движок ставится нормально, стили, плагины, всё ОК, но не работает отправка по почте (например при подтверждении регистрации должно прийти письмо на почту, но не приходит)
Проблема возникает при регистрации пользователя на форуме, просит прочитать отправленное письмо. Но письмо не отправляется
Цитата
Email to **@yandex.ru failed: Call to undefined function proc_open()
9 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Email to ***@yandex.ru failed: Call to undefined function proc_open()
9 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Email to ***@yandex.ru failed: Call to undefined function proc_open()
14 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Email to **@yandex.ru failed: Call to undefined function proc_open()
17 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
9 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Email to ***@yandex.ru failed: Call to undefined function proc_open()
9 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Email to ***@yandex.ru failed: Call to undefined function proc_open()
14 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Email to **@yandex.ru failed: Call to undefined function proc_open()
17 мин. назад src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Т.е. функции proc_open и ponep заблокированы.
Искал в интернетах способы решения - некоторые нашёл, но не сработало.
Были такие варианты как обратиться к поддержке хоста и просить включить эти функции; или искать php.ini и копаться в нём (рабочего решения тоже не нашел).
Я так понимаю, что у меня нету доступа к php.ini, так как через фтп/менеджер файлов на него не выйти..
Далее диалог с поддержкой:
Я:
Цитата
При установке движка XenForo на вебхост выдаёт предупреждение о том, что сервер отключил основную функцию PHP proc_open и popen:
The following warnings were detected when verifying that your server can run XenForo:
Your server has disabled a core PHP function proc_open via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
Your server has disabled a core PHP function popen via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
These will not prevent you from using XenForo, but they should be resolved if possible to ensure optimal functioning. However, you may still continue with the installation.
Могу ли я самостоятельно включить эти функции ?
The following warnings were detected when verifying that your server can run XenForo:
Your server has disabled a core PHP function proc_open via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
Your server has disabled a core PHP function popen via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
These will not prevent you from using XenForo, but they should be resolved if possible to ensure optimal functioning. However, you may still continue with the installation.
Могу ли я самостоятельно включить эти функции ?
ТП:
орфография не изменена
Цитата
Из нельзя включить, все работает без них.
Я:
Цитата
При регистрации должно приходить письмо на почту, но выдаёт такую ошибку:
Error: Email to d****[email protected] failed: Call to undefined function proc_open()
Error: Email to d****[email protected] failed: Call to undefined function proc_open()
ТП:
Цитата
В настройках форума укажите отправку писем через php mail() или smtp
Где искать эту настройку отправки писем (php mail() / smtp) ? Интернет мне намекает на php.ini, но я его не вижу.
Подскажите люди добрые..
Сообщение отредактировал dopeshone: 07 марта 2024 - 19:52