Directions 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.
https://www.phpbb.com/support/docs/en/3 ... ebug-mode/
Change php.ini settings too:
Code:
display_errors = Onerror_reporting = E_ALL
Statistics: Posted by thecoalman — Sat Feb 15, 2025 10:59 pm