WBCE / WBCE_CMS

Core package of WBCE CMS. This package includes the core and the default addons. Visit https://wbce.org (DE) or https://wbce-cms.org (EN) to learn more or to join the WBCE CMS community.
https://wbce-cms.org
GNU General Public License v2.0
31 stars 22 forks source link

PHP 8: Errorlogger creates errors when log is empty #508

Closed instantflorian closed 3 years ago

instantflorian commented 3 years ago

In /modules/errorlogger/tool.php the function log_to_array uses several times the @ error control, which is no longer supported on PHP 8. Therefore, the logger itself creates errors when used or switched to table view on empty logfiles. grafik

instantflorian commented 3 years ago

Fixed with https://github.com/WBCE/WBCE_CMS/commit/28b11f561810a3ca4d50a864aece050435821c72