[Bug]: Multiple PHP Errors in Log Output at production environment #147
Labels
area/logs
Categorizes issue or PR as related to logs
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Describe the Bug
The application logs contain recurring warnings and errors related to Apache configuration, PHP undefined variables, and header issues. These issues may affect the application's stability and user experience. Below are the specific problems observed:
Steps to Reproduce
/auth/login
,/work-orders
,/tree-types
, and/elements
.Expected Behavior
The application server should produce minimal and clear logs, focusing on necessary information such as significant events, errors, or warnings only when absolutely required. Logs should not contain repetitive or redundant entries that can obscure meaningful data.
Actual Behavior
PHP Warnings:
http_response_code()
due to headers already being sent.Stack Trace
Environment Information
Do you reliably reproduce the issue?
Input
No response
Output
No response
Screenshots or Media
No response
Additional Context
No response
Possible Solution
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: