Monday 9 September 2013

phpinfo() has been disabled

Posted by Sarath On Monday, September 09, 2013 No comments
If you get the message while browsing php info page, it means that phpinfo function is disabled. To resolve this you will have to :

Remove phpinfo from disable_functions in php.ini

To locate php.ini file, use command :
# php --ini
Check the line Loaded Configuration File: for php.ini location. Remove phpinfo  from disable_functions in php.ini and save it.

Now check the phpinfo page..!!  8)

0 comments: