We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When enabling debug logs, lots of messages linked to warning and deprecated features are displayed polluting the screen.
Furthermore, I had to disable background to be able to read logs. It could be nice to automaticaly remove the background when debug is set to True.
Cheers
The text was updated successfully, but these errors were encountered:
Hello @cmaudoux
you should configure your PHP settings to not display errors on page but on the error log file: https://www.php.net/manual/fr/errorfunc.configuration.php#ini.display-errors
Sorry, something went wrong.
Hi @coudot
Thx for your reply. But the deprecated features and warning are still existing...
When debug is on, all messages are dumped into error_log. What is your need?
Fix the deprecated features
ltb-project#112: Upgraded to smarty4. Added configuration to ignore s…
252cf89
…marty4 php warnings. Updated documentation.
abpai94
Successfully merging a pull request may close this issue.
Hi,
When enabling debug logs, lots of messages linked to warning and deprecated features are displayed polluting the screen.
Furthermore, I had to disable background to be able to read logs.
It could be nice to automaticaly remove the background when debug is set to True.
Cheers
The text was updated successfully, but these errors were encountered: