-
|
Hello, I know this has already been asked on other issues (I checked) but the related solutions did not worked for me. I dumped the database from my old instance and imported it in my new instance. Sadly I do not have the files of my old instance (upload folder for example) so I can't put them there easily, but I still have the pictures themselves. Now, I can import pictures just fine and I'm able to visualize them but every picture from my old instance can't. I tried to generate the missing placeholder and medium, but without success either. I do not know what I'm doing wrong, but if there's an other way than reuploading everything, I'll take it. I have theses kind of errors in error.log : php artisan lychee:diagnostics (I do not have the same errors in web ui and event when I fixed it, it didn't worked either). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Can you check the
you can execute the deletion with : This should remove the database entries when the associated file is not found. Though if you just migrated the database and not the upload folder, you will not have the link between the originals files and their db registration. So at that point, it is somewhat of lost hope and you may need to reupload them directly. :( |
Beta Was this translation helpful? Give feedback.
Can you check the
ghostbustercommand ?https://github.com/LycheeOrg/Lychee/blob/master/app/Console/Commands/Ghostbuster.php
php artisan lychee:ghostbuster --removeZombiePhotos=1you can execute the deletion with :
php artisan lychee:ghostbuster --removeZombiePhotos=1 --dryRun=0This should remove the database entries when the associated file is not found.
Though if you just migrated the database and not the upload folder, you will not have the link between the originals files and their db registration. So at that point, it is somewhat of lost hope and you may need to reupload them directly. :(
That being said
ghostbustershould still be able to help you.