Hello/Hi/Greetings,
Member
Bavaria, Germany
2015-08-31
13
Restore lost pictures
configuration error Lost pictures
Hello/Hi/Greetings,
Hi all,
since the desaster loosing photos last year , I also lost photos, but I didn't follow then the posts here.
But now I want to repair my gallery.
In my gallery there are 2673 photos missing according to the message of CheckUpload V13.d.
The text/comments to each picture is still showing up.
I still have all pictures in my picture backup (not database )
NOW MY QUESTION: how can I add these picture in my gallery on the SAME POSITION where the text is?
If there are already help information in this forum, please send me the links.
My PIWIGO Version 13.8.0, the version CheckUpload V13.d
regards , Alhard
(Here your message)
(Copy here your environment details, found on your Piwigo page [Administration > Tools > Maintenance])
Piwigo URL: http://
Offline
First (for other readers) check this page [Github] Piwigo issue #1827
Obviously this advice is not for alihor who has asked a question on this Github issue.
Did you take a look at table "piwigo_images" ? You have 2 important columns for your problem:
1) file : this is the original file, certainly the one you have in your file system backup. For example : my_nice_picture.jpg
2) path : this is where Piwigo stores the file. For example upload/2023/09/04/20230904160728-abcde12345.jpg
So first, you need to find the photo based on its original filename, then move it to the right place based on the "path" column.
Offline