@LucasPereira
You can confirm the file exists in the database/filesystem by looking at the thread entry in the ost_thread_entry
table, grabbing the cid:
from the broken image, and lookup the file in the ost_file
table where key
= the cid:
. If you are using the FS then do the same except find a file on the filesystem where the file name = the cid:
.
Cheers.