Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 27, 20187 yr Quote Dangerous PHP Functions Enabled We recommend disabling the following functions on your server, or at least in the directory that your community is installed in. If you do not manage your server yourself, your hosting provider will be able to assist with this. exec, system, pcntl_exec, popen, proc_open, shell_exec What would be the best way to accomplish this as last time i tried My site wouldnt respond to anything
April 28, 20187 yr If you have VPS on Apache4 you have do it in settings, otherwise I think you have to contact your host.
August 5, 20186 yr The 'contact your host' line drives me nuts. I AM the host. Anyway, just edit your php.ini file (in my case /etc/php/7.0/fpm/php.ini). Find the `disable_functions` line and just add the functions to it: exec, system, pcntl_exec, popen, proc_open, shell_exec
Archived
This topic is now archived and is closed to further replies.