proc_get_status() has been disabled for security reasons
-
Hi
I have a problem with the backupwordpress plugin on one specific hosting environment. As soon as I activate the backupwordpress plugin there I get messages like:
Warning: proc_get_status() has been disabled for security reasons in /home/xxx/domains/www.xxx.com/public_html/wp-content/plugins/backupwordpress/vendor/symfony/process/Process.php on line 1283
Locally and on another host, it works fine. The hosting environment giving the above messages has the PHP setting ‘disabled_functions’ currently set to:
system,exec,shell_exec,passthru,proc_get_status,proc_nice,proc_terminate,dl,popen,pcntl_exec
I can try to remove the proc_get_status there, but I would like to know if this is recommended, as I do not have enough knowledge about the consequences (for security or functionality on other parts of the site) and I can not find anything about this in the plugin instructions or faq. Is there a list of functions that should be removed from disabled_functions for backupwordpress to work properly?
By the way, this hosting environment has been there for a long time with different people working on it. So the current settings might have evolved to something not very common/consistent. If there is a recommended list for disable_functions, I would be glad to try that.
Many thanks to anyone giving me a clue,
Sandra
- The topic ‘proc_get_status() has been disabled for security reasons’ is closed to new replies.