Page 1 of 1

Frozen attributes for some languages and currencies

Posted: 10 Jul 2018, 05:53
by IevIef
Hi:) I have 3 languages: uk, en and ru and 3 currencies: uah, usd and euro. And in attributes only for all euro combinations and for all English combinations all seems right: only color attribute are present. But for uk - uah, uk - usd and ru - uah and ru - usd there is still color and parameters which I've been deleted: length, width... what's wrong?

Re: Frozen attributes for some languages and currencies

Posted: 10 Jul 2018, 20:22
by aimeos
Did you cleared the content cache?

Re: Frozen attributes for some languages and currencies

Posted: 11 Jul 2018, 20:19
by IevIef
Yes, I ask hosting provider because I have no admin rights and he make next clean:

$ ./artisan aimeos:cache
Clearing the Aimeos cache for site "default"

and I compare with my local version on which I made the same - no changes with my local site where I upload last DB and do the same. But after this only en - usd, en - euro , en - uah and euro - uk, euro - ru was cleaned and show only color parameter. Another 4 combinations still show deleted parameters..

Re: Frozen attributes for some languages and currencies

Posted: 13 Jul 2018, 21:13
by IevIef
When I uncomment next rows:
madmin' => [
'cache' => [
'manager' => [
'name' => 'None', // Disable caching

in \config\shop.php the problem is gone, but when after that I return //'name' => 'None', the problem returns back. I have no ability to clean cach on rented server and seems like hoster clean cache by another way but not by ./artisan aimeos:cache and his method does not work. So maybe you know another way to solve cache problem without run command to .aimeos?

Re: Frozen attributes for some languages and currencies

Posted: 14 Jul 2018, 08:10
by aimeos
Did you try to clear the madmin_cache table manually?

Code: Select all

DELETE FROM madmin_cache

Re: Frozen attributes for some languages and currencies

Posted: 16 Jul 2018, 06:03
by IevIef
Thank you a lot:) Now it really helps.