Weird Image Caching Problem

Hello, I'm facing a really weird problem. I wanted to upload some social icons but the resolution of 96x96 was a little too big. I modified the files to be 46x46 but the pictures didn't change. I even deleted and cleared cache from browser and site also and the photos are still appearing on the page. Does anyone know what could be the problem?

If you are using a CDN, you might have to be patient for the files to propagate. It wasn't clear from your description that you manually cleared your cache by removing the var/cache folder. If not, you should do so since cs-cart won't provide any error info on clearing via the product.

Please provide us with the URL where this image can be checked

If you are using a CDN, you might have to be patient for the files to propagate. It wasn't clear from your description that you manually cleared your cache by removing the var/cache folder. If not, you should do so since cs-cart won't provide any error info on clearing via the product.

Not using a CDN and yes, I've tried clearing the cache folder manually too. No results :\

Please provide us with the URL where this image can be checked

I'll send you a link in the PM as the site isn't released yet

Edit: it seems I cannot send you a PM :\ Anywhere I can send a message?

Edit 2: Forgot to mention that the pictures are completely deleted. So they certainly shouldn't appear when linking to their "old" path

Oke, so after deleting the var/cache folder AND using a new browser the pictures finally disappeared. It's weird because I also deleted the cache from the browser. Why are the images so persistent?

Oke, so after deleting the var/cache folder AND using a new browser the pictures finally disappeared. It's weird because I also deleted the cache from the browser. Why are the images so persistent?

If that's the case is is most likely due to bad ownerships of the files in your site. You should have your hosting verifiy owner/group needed for the PHP process to add/modify/delete files/folers within your site. This can be done via the following command as root using SSH where [USER] and [GROUP] are the specific user and group names applicable to your server.

# cd [root directory of your site]
# chown -R [USER}:[GROUP] * .[a-z]*

Oke, so after deleting the var/cache folder AND using a new browser the pictures finally disappeared. It's weird because I also deleted the cache from the browser. Why are the images so persistent?

May be some kind of static data cache is enabled on your hosting. It can cause such strange things