Frozen attributes for some languages and currencies

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
IevIef
Posts: 17
Joined: 05 May 2018, 18:58

Frozen attributes for some languages and currencies

Post by IevIef » 10 Jul 2018, 05:53

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Frozen attributes for some languages and currencies

Post by aimeos » 10 Jul 2018, 20:22

Did you cleared the content cache?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

IevIef
Posts: 17
Joined: 05 May 2018, 18:58

Re: Frozen attributes for some languages and currencies

Post by IevIef » 11 Jul 2018, 20:19

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..

IevIef
Posts: 17
Joined: 05 May 2018, 18:58

Re: Frozen attributes for some languages and currencies

Post by IevIef » 13 Jul 2018, 21:13

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Frozen attributes for some languages and currencies

Post by aimeos » 14 Jul 2018, 08:10

Did you try to clear the madmin_cache table manually?

Code: Select all

DELETE FROM madmin_cache
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

IevIef
Posts: 17
Joined: 05 May 2018, 18:58

Re: Frozen attributes for some languages and currencies

Post by IevIef » 16 Jul 2018, 06:03

Thank you a lot:) Now it really helps.

Post Reply