Quazz

Results 48 comments of Quazz

Still can't wrap my head around it. In the ResourceModel/VirtualCategory/Collection the getVirtualRule() definitely returns an object, but then when you navigate to one of the pages it is suddenly just...

Unfortunately, we don't use Varnish. We use redis for all our caching (seperate instance for session and cache) And it also happens in the backend on category management page. It...

Small update: I test if it works primarily on the backend so the frontend is undisturbed. By modifying Preview.php I can make it load normally. What I noticed today was...

One thing I have noticed is that the store_id for the rule in the resourcemodel is 0 (of course), but when loading a category in "All store views" it ends...

Soooo, still not sure what the cause is, but after installing https://github.com/creatuity/magento2-interceptors module, I no longer experience this issue. Perhaps a bug in Magento core regarding interceptor generation in certain...

I have since disabled the interceptor module, upgraded to 2.4.2 and Elasticsuite to 2.10.3 and it works without issue again.

@NoiseByNorthwest Could this be added to the README? Took me a while to find this info, could help people in the future.

@engcom-November As pointed out by @Mavlyan the problem only occurs on PHP >8 and only when the time hits midnight (since it checks for "day" changes) @Mavlyan also provided a...

Have to agree with TechOS-PL. It's definitely related to indexation of that table. Every query that uses this table is vulnerable to this problem. Generally speaking small enough queries can...

Disabling the Magento\CatalogInventory\Model\AddStockStatusToCollection plugin significantly reduces this issue (or even removes it entirely). Added benefit is that pages that have any kind of product collection load much faster. Even though...