- Registriert
 - 5. Okt. 2019
 
- Beiträge
 - 174
 
- Punkte
 - 78
 
- XF Version
 - 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:
	
	
	
		
Dann in 
	
	
	
		
 unten eintragen/ändern
	
	
	
		
Jetzt noch ein Reboot. Dann sollten die Warnungen weg sein.
				
			
		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.
	
		Code:
	
	/etc/php/7.2/fpm/pool.d/www.conf
oder
/etc/php/7.3/fpm/pool.d/www.conf
	
		Code:
	
	;php_admin_value[disable_functions] = exec,passthru,shell_exec,system,proc_open,popen
php_admin_value[disable_functions] = passthru,shell_exec,system
	
			
				Zuletzt bearbeitet: