I noticed a bug in 25.12:
I have created some checks in a table in the database where I have an upload field. If the checks fails, this means, no record can be created in the database. This works, AG shows the "red error" (if i am Super Admin).
BUT: The file is still being placed in the upload folder.
Proposed solution: If the INSERT fails, do NOT move the file from php TEMP to the upload folder.
The red error message:
OlafCouldn't save the new record
Check constraint 'einParent' is violated.Query: INSERT INTO `tbl_dokumente` SET `id_dokumententypen`='6', `file_saved`='6796924cfdeb430a4.png', `file_description`='etestes', `upload_timestamp`='2025-07-29 20:04:13', `id_auftrag`=NULL, `id_tour`=NULL, `id_kfz`=NULL, `id_kunden`=NULLThe above info is displayed because you are currently signed in as the super admin. Other users won't see this.You could try fixing this issue from the Admin Area : Utilities menu : View/Rebuild Fields.