Mismatch in metadata, old uploads no longer showing in media
-
I want to know why anything new I upload works fine, but my old images do not display at all. I think it has something to do with the metadata entries in the wp_postmeta table but I need some help figuring out what’s going on.
Here are two interesting rows, one of from a post where the image displays correctly, one is where it is broken.
Correct:
meta_key: amazonS3_info meta_value: a:3:{s:6:"region";s:9:"eu-west-2";s:6:"bucket";s:20:"wpmedia.vickhope.com";s:3:"key";s:32:"uploads/2018/04/30175843/bc1.png";}
Broken:
meta_key: amazonS3_cache meta_value: a:2:{s:69:"//www.vickhope.com/wp-content/uploads/2017/05/blog-header-apr-171.png";i:1631;s:78:"//www.vickhope.com/wp-content/uploads/2017/05/blog-header-apr-171-1024x405.png";i:1631;}
Now all my images are stored on s3 so I’m not concerned any data has been lost, however it looks like the database metadata is not quite right somehow.
Any ideas how to fix this?
Any help greatly appreciated!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Mismatch in metadata, old uploads no longer showing in media’ is closed to new replies.