WarningsLog is a concrete5 package that collects PHP warnings (see a preview).
- Logs warnings even before the core database connection is initialized
- Logs warnings even before concrete5 is installed
- Group warnings by location, counting number of hits, first/last occurrence
- Hide/show specific warnings
- Sort warnings by location, error type, ...
- Fast: everything is done via ajax calls
- concrete5 v8.0 beta3 or later
- directory
/application/srcmust be writable pdo_sqlitePHP extension must be installed and enabled
git clone https://github.com/mlocati/warnings_log.git <path-to-concrete5>/packages/warnings_log- Install WarningsLog via the concrete5 dashboard or via the
concrete/bin/concrete5 c5:package-install warnings_logCLI command
In order to log warnings that may occur during the installation of concrete5, you can execute this CLI command:
concrete/bin/concrete5 c5:config set \
app.providers.core_whoops Application\Concrete\Error\Provider\WhoopsServiceProvider