ContaoMonitoring / monitoring

Contao Extension: Provides a monitoring system for the Contao CMS.
https://contaomonitoring.gitbook.io/contaomonitoring
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Warning: Use of undefined constant TL_INFO #21

Closed denniserdmann closed 6 years ago

denniserdmann commented 6 years ago

Beim Anlegen eines zweiten Monitoring-Eintrags bekam ich beim Ausführen folgende Warnung:

Warning: Use of undefined constant TL_INFO - assumed 'TL_INFO' (this will throw an Error in a future version of PHP) in /www/htdocs/[…]/vendor/contao-monitoring/monitoring/system/modules/Monitoring/classes/Monitoring.php on line 360

Installation: Contao 4.4.13 Monitoring-Erweiterung: contao-monitoring/bundle-all: "^1.5" Ergänzend: PHP: 7.2

cliffparnitzky commented 6 years ago

Die Meldung erscheint, wenn der Debug Modus des Monitoring Systems aktiviert ist (System Einstellungen).

Hier https://github.com/ContaoMonitoring/monitoring/blob/master/system/modules/Monitoring/classes/Monitoring.php#L360 muss this->log(...) ausgetauscht werden durch \System::log("Text", __METHOD__, TL_GENERAL);.

cliffparnitzky commented 6 years ago

Fixed in ec632272c64297a0512d8f579cdd0d2d9d1687df