Showing posts with label apache_get_modules. Show all posts
Showing posts with label apache_get_modules. Show all posts

Friday, 4 March 2016

How To Fix Call to undefined function apache_get_modules()

Fatal error: Call to undefined function apache_get_modules() in apache_get_modules() is only available when the PHP is installed as a module and not as a CGI. This is the reason why you cannot use this function and suffering from the error . The other reason would be caused by the disable_functions directive in your php.ini . you can use the following written php code to check...