Search found 4 matches

by Skupiewski
08 Nov 2019, 17:13
Forum: Laravel package
Topic: Cache into database
Replies: 3
Views: 1335

Re: Cache into database

Haaa yes indeed, Thank you :-) So now. I have a page which is impossible to debug because of the cache. Event i change URL parameters, the page stay the same. I tried all commands to clean caches but no way. My questions is -> What is the best way to desable cache for development area ? Thanks... :-)
by Skupiewski
07 Nov 2019, 15:42
Forum: Laravel package
Topic: Cache into database
Replies: 3
Views: 1335

Cache into database

Hello I try to cache aimeos (laravel) into my database. There is no manager into ai-cache to do to that. I tried to configure aimeos to use the standard laravel cache system, but there is no documentation about that anywhere. I begin to thing Aimeos is not able to do this simple stuff... So, my ques...
by Skupiewski
22 Jul 2019, 06:55
Forum: Laravel package
Topic: Cache error when deleting a product (Redis)
Replies: 3
Views: 1131

Re: Cache error when deleting a product (Redis)

I'm using the 2018.10 version
by Skupiewski
19 Jul 2019, 18:02
Forum: Laravel package
Topic: Cache error when deleting a product (Redis)
Replies: 3
Views: 1131

Cache error when deleting a product (Redis)

In file --> vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Index\Manager\Standard.php When saving a product and if a Redis cache is configured, by defaut, aimeos try to index only categorized products. But in this selection procedure, the writeIndex() method is called a second time with empty para...