XF 1.3 PHP CORE DISABLED

wickedstangs

Well-known member
Code:
Your server has disabled core PHP functions. This may cause unexpected problems in XenForo. All PHP functions should be enabled.


Are these the setting to mess with?
PHP.webp
 
how do I modify this?

disable_functions = "show_source, system, passthru, exec, popen, proc_open, allow_url_fopen"

Edit the php.ini file on your server. This may require root access. You can confirm the location of the php.ini file by viewing a phpinfo page like admin.php?tools/phpinfo in XenForo (look for "Loaded Configuration File" near the top). Then restart the web server after making changes to that file.
 
Top Bottom