I’m experiencing a recurring issue with attachments (images, PDFs) disappearing — both from the upload directory and the database. Sometimes, only the file ID remains in the upload folder. This issue occurs unpredictably and affects several entities, even though no changes have been made to the records for months.
As for the images, I had replaced them recently, but after about a month, they have disappeared again.
I noticed that this problem has already been mentioned before, but it still doesn’t seem to have been resolved.
For the images that disappeared, I only use this same form in another entity called Case.
logoId = partenaire.logoId ;
logo1Id = client.logoId ;
As for the images, I had replaced them recently, but after about a month, they have disappeared again.
I noticed that this problem has already been mentioned before, but it still doesn’t seem to have been resolved.
For the images that disappeared, I only use this same form in another entity called Case.
logoId = partenaire.logoId ;
logo1Id = client.logoId ;
Comment