XF2.1 Howto: EHCP force und Xenforo Installation

spicer

Bekanntes Mitglied
Lizenzinhaber
Registriert
5. Okt. 2019
Beiträge
174
Punkte
63
XF Version
  1. 2.1.2
PHP-Version
7.2
MySQL/MariaDB
10.1
Provider/Hoster
Hetzner
Falls zu Beginn der XF Installation unter EHCP force und Ubuntu 18.04 folgende Warnungen erscheinen:
Code:
    Your server has disabled a core PHP function exec via the disable_functions directive in php.ini. This may cause unexpected problems in 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.
Dann in
Code:
/etc/php/7.2/fpm/pool.d/www.conf
oder
/etc/php/7.3/fpm/pool.d/www.conf
unten eintragen/ändern
Code:
;php_admin_value[disable_functions] = exec,passthru,shell_exec,system,proc_open,popen
php_admin_value[disable_functions] = passthru,shell_exec,system
Jetzt noch ein Reboot. Dann sollten die Warnungen weg sein.
 
Zuletzt bearbeitet:
Zurück
Oben