History log of /web-bugs/templates/pages/admin/database_status.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 98896cb9 01-Sep-2021 peterdd

fix a fatal error when passed null to e()

Fatal error: Uncaught TypeError: Argument 1 passed to App\Template\Context::e() must be of the type string, null given, called in /srv/www/htdocs/we

fix a fatal error when passed null to e()

Fatal error: Uncaught TypeError: Argument 1 passed to App\Template\Context::e() must be of the type string, null given, called in /srv/www/htdocs/web-bugs/templates/pages/admin/database_status.php on line 64 and defined in /srv/www/htdocs/web-bugs/src/Template/Context.php:159

show more ...


# 9531cd15 22-May-2019 Pieter Hordijk

Converted the current admin pages (/admin) to use proper templates and repositories