Changing/renaming media db dirs
Posted: Sun Apr 16, 2017 12:35 pm
s9y 2.2.0-beta1, PHP 7.0.11
Reproduce:
– I had an image called steak.jpg in a folder called Artikel in the media db, so the path to said image was /uploads/Artikel/steak.jpg
– I renamed the folder to artikel (lowercase) because I was suspecting that the Uppercase in the path was irritating the responsive images parser while testing the new plugin.
– In articles where said image was used, the new path is now replaced as /uploads/artikelsteak.jpg – which of course results in a broken image (404).
I'm just not sure if this is new in 2.1.x or if that existed before … anyone still have a pre-2.1.x test blog? (Which is also why I did not create a GitHub issue yet.)
YL
Reproduce:
– I had an image called steak.jpg in a folder called Artikel in the media db, so the path to said image was /uploads/Artikel/steak.jpg
– I renamed the folder to artikel (lowercase) because I was suspecting that the Uppercase in the path was irritating the responsive images parser while testing the new plugin.
– In articles where said image was used, the new path is now replaced as /uploads/artikelsteak.jpg – which of course results in a broken image (404).
I'm just not sure if this is new in 2.1.x or if that existed before … anyone still have a pre-2.1.x test blog? (Which is also why I did not create a GitHub issue yet.)
YL