.. include:: /Includes.rst.txt .. _system-modules: ============== System Modules ============== .. important:: This chapters cover modules that will only be available for backend users with :ref:`"admin" ` access privileges. In the :ref:`User Management ` chapter we covered the *Access* and *Backend Users* module. In this section we take a look at the remaining modules. .. _system-modules-log: Log === The TYPO3 CMS backend logs a number of actions performed by backend users: login, cache clearing, database entries (creation, update, deletion), settings changes, file actions and errors. A number of filters are available to help filter this data. .. figure:: ../../Images/BackendLogModule.png :alt: The Log module and its many filters :class: with-shadow .. _system-modules-dbcheck: DB Check ======== .. important:: "DB Check and :ref:`system-modules-configuration` are only available if the system extension "lowlevel" was installed and activated. For Composer based systems (see also :ref:`t3install:extension-installation`): .. code-block:: bash composer req typo3/cms-lowlevel The *Database (DB) Check* module offers four functions related to the database and its content. .. figure:: ../../Images/BackendDbCheckModule.png :alt: Overview of the DB check functions :class: with-shadow Record Statistics Shows a count of the various records in the database, broken down by type for pages and content elements. Relations Checks if certain relations are empty or broken, typically used to check if files are being referenced. Search A tool to search through the whole database. It offers an advanced mode which is similar to a visual query builder. Check and update global reference index TYPO3 CMS keeps a record of relations between all records. This may get out of sync when certain operations are performed without the strict context of the backend. It is therefore useful to update this index regularly. .. _system-modules-configuration: Configuration ============= The *Configuration* module can be used to view the various configuration arrays used by the CMS. It is not the goal of this tutorial to describe the role of each of these arrays, you can discover their function as you dig deeper into TYPO3 CMS. Let's just mention that the `$GLOBALS['TYPO3_CONF_VARS']` contains global configuration values. .. figure:: ../../Images/BackendConfigurationModule.png :alt: The Configuration module showing the global configuration array :class: with-shadow .. _system-modules-reports: Reports ======= The *Reports* module contains information and diagnostic data about your TYPO3 CMS installation. It is recommended that you regularly check the "Status Report" as it will inform you about configuration errors, security issues, etc. .. figure:: ../../Images/BackendReportsModule.png :alt: The Status Report of the Reports module