When trying to view phpinfo we get the following error :
[wpfmb type=’error’ theme=2]Warning: phpinfo() has been disabled for security reasons[/wpfmb]
This is because you have disabled phpinfo in your php.ini file. Just remove that entry from disable_functions and this should be fixed.
This is because you have disabled phpinfo in your php.ini file. Just remove that entry from disable_functions and this should be fixed.
grep phpinfo /usr/local/lib/php.ini
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen, ini_set
Done.
[wpfmb type=’info’ theme=2]if you want to view your php settings you can do it by using a phpinfo page.[/wpfmb]