So it was actually that easy, thanksDirections for enabling debug mode:
https://www.phpbb.com/support/docs/en/3 ... ebug-mode/
Change php.ini settings too:This is not suitable for production environment unless you have no choice.Note that E_ALL will display some notices that are not errors but deprecation notices and coding standards guidelines.Code:
display_errors = Onerror_reporting = E_ALL
I have the setting in Plesk and php 8+
Prior to PHP 8.0.0, the default value was:
E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED.
This means diagnostics of level E_NOTICE, E_STRICT and E_DEPRECATED
were not shown.Now I will go wait for some errors to show up

Statistics: Posted by Stoker 4.0 — Sun Feb 16, 2025 4:48 am