From the dashboard run phpinfo() and view extended information about the Concrete CMS environment and configuration.
Once installed, dashboard pages can be found at
In the dashboard menu, select 'System and Settings' and then look for these pages under the Environment group.
From dashboard pages run phpinfo() and view extended information about the Concrete CMS environment and configuration
/dashboard/system/environment/elephpant_info
Run phpinfo() from the dashboard and show results.
/dashboard/system/environment/constants_info
Constants defined by PHP, by the site environment and by Concrete CMS.
/dashboard/system/environment/app_info
Application and assets information from the Concrete CMS environment.
/dashboard/system/environment/config_info
Config information from the Concrete CMS environment and packages.
/dashboard/system/environment/mysql_info
Config information from the MySQL database.
/dashboard/system/environment/superglobals_info
Current $_SUPERGLOBALS values.
/dashboard/system/environment/doctrine_info
Information about the Doctrine DBAL.
/dashboard/system/environment/error_reporting_info
Current Error Reporting flags.