Solved Pruning proxied images does not reset file hash

This topic has been solved
K

Kirby

Guest
When proxied images are being pruned after exipiry by calling \XF\Entity\ImageCache::prune(), their file_hash does not get reset.

Due to the change in Fixed - Image Proxy refresh seems inefficient this does cause successfully refetched images to not be written to disk again causing the images to show as broken forever.

So either
  1. file_hash must be reset
  2. The existence of the file must be checked before skipping the...

Read more

Continue reading...