Apen / additional_reports

Useful information in the reports module : xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have a global reports of the system).
Other
12 stars 11 forks source link

PHP Warning: Use of undefined constant TYPO3_db #14

Closed Patta closed 5 years ago

Patta commented 5 years ago

Error shown in be log with v3.1.3, TYPO3 LTS 8.7.17 and PHP 7.2.7

Core: Error handler (BE): PHP Warning: Use of undefined constant TYPO3_db - assumed 'TYPO3_db' (this will throw an Error in a future version of PHP) in /var/www/vhosts/[REMOVED]/typo3conf/ext/additional_reports/Classes/Main.php line 524

Maybe its this: https://docs.typo3.org/typo3cms/extensions/core/latest/Changelog/8.1/Breaking-75454-TYPO3_dbConstantsRemoved.html?highlight=typo3_db

Apen commented 5 years ago

Yes, its that, it fixed in master