Getting PHP Info for your site


There is a handy link under:

Site adminstration > Server > PHP Info
/admin/phpinfo.php

That will return the standard PHP Info phpinfo() results for your site.

Very handy for checking things like installed modules and core parameters if you are overriding them ( e.g. error_log, max_execution_time, post_max_size, upload_max_size).

If you need to override any php options/values, be sure to check out the article on Overriding PHP Settings through config.php.


Revision #1
Created Wed, Aug 7, 2019 11:11 AM by Moodle Wiki
Updated Wed, Aug 7, 2019 11:13 AM by Moodle Wiki