phpbbgallery
phpbbgallery copied to clipboard
Upload Image and image_status = 3 Problem
When an user choose an image and click to send/continue, and in the next window where we add the description if his pc restarts, frozen, or even if he close the page, we will still have in database the record of the upload with an image_status = 3, and in a search, those image_status 3 images appear, and ofc if we try to open, error will be given.
If I go to the database and manually change the image_status to 1, then I can enter the image and delete it. This should be revised. The image shoulnd appear on search, and then add on acp cleanup addon a way for deleting those image_status = 3 since its pure trash. And in last case, maybe try to solve this from happening.