Problem with re-uploading modified images under the same filename

Hi everyone,

A client of mine using this platform is having trouble re-uploading an image that has been modified and the website keeps showing the old image. She already cleaned the cookies of her browser, and the problem keeps persisting… We now know it is related to octobercms and I’m not sure what can be done for this situation. For uploading the images, she selects the image through media manager, and also here the old image remains in the thumbnail, even if the image has been modified, but when clicked on the image link in media manager, it does display the modified image, but strangely enough it doesn’t show this in the front-end of the website. Is there a way to clean the cache of media manager? or the whole system itself? I have already tried “php artisan cache:clear” command, but the problem remains…

Any help is appreciated!

Hi @NMorgana

It could be the resizer caching this, the following command will clear the resizer cache:

php artisan october:util purge resizer

Hi @daft thanks for the quick reply! I tried this and unfortunately it didn’t work, is there perhaps also another solution that the images uploaded through media manager don’t get cached by the system? I have checked the htaccess and it isn’t related to this, even clearing the cookies of my browser didn’t work…