Mathieu Bautista

Results 9 comments of Mathieu Bautista

Hello, Thanks you, fail2web is a great tool ! :) We also had this issue : the history chart makes the browser unresponsive with important number of IPs. I've commented...

Hello, I have the same problem, I would like to display one folder per user + one common folder : ``` 'types' => array( $_SESSION['username'] => '', 'common' => '',...

Hello, We had the same problem with Magento 1.9 with MariaDB 10.1. The subquery is not ordered like on MySql so the displayed price is not always the best. If...

Hello, This issue this exists in 2023 with Magento 2.4. Could anyone please provide an update and/or some suggestions in order to avoid this ? I have tried switching the...

Hello @pluk77 Thank you for your quick answer :) Unfortunately the linked feature is not what we need, it creates "user stories" (not "tasks", even if the documentation describes it...

@pluk77 I've checked the task bulk creation from a sprint, indeed it's what we need, except that we don't use the scrum module, we only use the kanban module with...

Hello @dd32 Thank you for the answer. I agree with you in absolute three is no good reason for disabling the object cache. But unfortunately I already found 2 plugins...

Hi @drzraf FYI we are slowly replacing our websites with wp-memcached to redis cache object : redis cache object allows per site configuration and provides a wp-admin interface to configure/enable/purge...

Hello, It seems Elementor/Essential Addons does not implement the woocommerce_register_form action. We found a fix for WooCommerce Elementor/Essential Addons by adding the following code to our functions.php. We did not...