PositiveClicks
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DBManager] Could Not Show Table StatusIt works perfectly!
(Tested on both WordPress 4.1.2 and 4.2)Thank you Lester, awesome help as always! 🙂
Update:
I had issues with WP-DBManager and WP-ServerInfo plugins
Edited:
/etc/zpanel/configs/apache/httpd-vhosts.conf
and deleted passthru, exec, system from line:
php_admin_value suhosin.executor.func.blacklist “passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec“
and now they both work OK …
Hello again,
It seems that the conflict is with suhosin.
I use zpanel and there is a line in VHOST configuration file (httpd-vhosts.conf) of each domain:
php_admin_value suhosin.executor.func.blacklist “passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec”
Suhosin uses this to disable some php functions.
So i just commented the line and WP-dbmanager installed and worked OK…
Do you have any idea how to fix this without commenting this line? or just delete a part of it and not all of it? Which function from the above is the problem?
Thank you in advance…