Unable to load environment info?

Permalink
When I go to Dashboard/System/Environment Info I get a message that C5 is unable to load environment info. When I look at my access and error logs I see a 500 server error showing up. Any ideas of why this may be occurring? I unzipped the default install from the C5 website. Everything else seems to be working. I have debugging turned on but no error occurs that I can find. How do I turn on more detailed logging info on the backend

Concrete 5.7.5.8
Apache 2.2
Php 5.6.22

 
jhenzel replied on at Permalink Best Answer Reply
Finally traced this down by finding the info.php page that outputs the environment info. FYI for anyone else seeing this issue. We run a tight php configuration and have phpinfo() turned off in the php.ini settings for security (along with a host of other things). We like to keep our attach surface minimal. The info.php file calls phpinfo and that caused the routine to bomb out.