Announcement
Collapse
No announcement yet.
Image Issue
Collapse
X
-
some questions about this:
1. do you change anything in the mySQL Database in the mentioned period?
2. do a right click on the broken image, copy the link and compare the ID in this link with the ID of the image in the upload folder. It should be the same.
3. If it is not the same ID, that means, that the image is not actually referenced in the database. This might happen, if you for example recover your database with an older backup, where the image perhaps had another ID.
4. Any hint in the log file?
-
maybe the "null" name is caused by the filename. I asked for that, because espoCRM (as webservers in general) can cause problems with not well formed file names. For example, the filename should be in small letters, no spaces, no special chars etc.. I already had issues with not well formed file names. Because of that I guessed, it could be your problem.
Comment
-
Do you have "cleanupOrphanAttachments" set to true in the config? If the field is created manually, it can be that an attachment record gets no a parent or related record. The system then deletes the attachment with the cleanup job. Note that this parameter is disabled by default.
Comment
Comment