Re: APPLICATION ERROR #401 (Errcode: 28 "No space left on device") when attempting to view or report issues
Posted: 06 Feb 2024, 22:51
Check file /home/default/html/config/config_inc.php
It seems you have enabled quite a lot of MantisBT logging.
One of the logging constants is even completely wrong, as there is a typo in it, causing most of the warnings.
It must not be LOG_EMAIL_REIPIENT but LOG_EMAIL_RECIPIENT
Logging is not needed for normal MantisBT operation and should just be activated in case of problems.
I recommend to remove one line completely from /home/default/html/config/config_inc.php
There should be a lime that startes with $g_log_level =
After dropping this line, your error logs will not grow any longer, and MantisBT will operate faster.
It seems you have enabled quite a lot of MantisBT logging.
One of the logging constants is even completely wrong, as there is a typo in it, causing most of the warnings.
It must not be LOG_EMAIL_REIPIENT but LOG_EMAIL_RECIPIENT
Logging is not needed for normal MantisBT operation and should just be activated in case of problems.
I recommend to remove one line completely from /home/default/html/config/config_inc.php
There should be a lime that startes with $g_log_level =
After dropping this line, your error logs will not grow any longer, and MantisBT will operate faster.