View Issue Details

IDProjectCategoryView StatusLast Update
0024575mantisbtbugtrackerpublic2026-06-08 02:05
Reporterfranklinhaut Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionwon't fix 
Product Version2.7.0 
Summary0024575: APPLICATION ERROR #2800 - Disk space = 0
Description

In version 2.7.0 i'm get alltime the App Error #2800 when closing issues, in all machines.
server (linux ubuntu 64bit - PHP 7)
searching in other issues i found that was related to cookies, cleaned cookies and don't solve.

Checking i found that disk was full, so after clean disk, all normalized.

I remember in older versions there was a explicit error message like "disk full", can this message come back?
better if mantis show warning if disk space is low...

TagsNo tags attached.

Activities

franklinhaut

franklinhaut

2026-06-06 19:31

reporter   ~0071225

Last edited: 2026-06-06 19:32

franklinhaut

franklinhaut

2026-06-06 19:31

reporter   ~0071226

Last edited: 2026-06-06 19:33

dregad

dregad

2026-06-08 02:05

developer   ~0071228

it's not so easy to specifically detect this, as the write operation is in most cases delegated to other system components (database, web server), with the exception of attachments uploads (if stored to DISK).

In my opinion it is not really MantisBT's job, to check the system for lack of disk space. You should setup appropriate monitoring on your server.

I don't recall ever having a specific error message for this.