Magento does not restore product cache, loading some pages with url extension? _SID = U

Website: cart.oldfloridian.com

After clearing the image cache, does the Magento site seem to be unable to recompile image caches, and some pages load with the url extension? ___ SID = U. All product images look empty and try to stop further loading of the site (without the inscriptions below or in the sidebar).

Seems to be a problem with permissions? The corresponding folder (media) is currently set to 777 recursively. But I'm still having problems.

I read everything I could and did not find solutions. Changed the allowed memory value in php.ini.sample to 512M..htaccess also has two areas that define this, set to 64M and 256M - will it change anything?

Any tips?

Perhaps this is possible? - http://codepoets.co.uk/2011/magento-not-finding-product-images-solution/ I renamed folders (not files) manually, since I'm new to SQL. Without changes.

Any help is appreciated. Thanks!

EDIT:

Ok, so my host returned the site back up a day before I cleared the cache, and at first it seemed to do something, but it only returned certain images. It seems Magento still cannot recover the cache, only now it has some things in the cache, and not dead. Should I repeat all those methods that did not work before? Delete cache folder, etc.?

+6
source share
3 answers

I had this exact problem and I realized that I forgot to install / enable the gd library on my local server, this is the library responsible for restoring the image / thumb, so check if gd2 is enabled in apache mudules

+1
source
  • permission to use media 777
  • remote htaccess file in the folder with the media file
  • clear cache
  • cache folder is being written
  • rebuilt all indexes

In my case, I allow the renaming of .htaccess to .htaccessOLD

+1
source

Check how much disk space is left.

I already experienced the same symptoms, and this was because there was no space left on the disk to store new cache elements.

0
source

All Articles