Pieter Hoste
Pieter Hoste
My guess is that while you're trying to delete the directory, some new images are being generated by visitors on the frontend of the shop. Which is kind of weird,...
I dug in some more, while running on this same issue myself on some project. So, this module calculates the hashes from the different image specs defined in the `etc/view.xml`...
Hey @hgati That's very useful information, thank you for investigating and bringing this to light. I'll see what we can do about this, I have some kind of idea I...
@engcom-Bravo, @nathanjosiah, @ihor-sviziev: can we get this issue re-openend? A colleague of mine ran into this problem as well on Magento 2.4.6-p8 It seems like this commit (https://github.com/magento/magento2/commit/42577bc5ab88ce74706d16356825440c9cdce9ba) causes the...
@nathanjosiah: ah that's good to know! Have those commits already been pushed to github? If yes, can you point to them? So we can patch our projects. My search for...
Magento 2.4.7-p4 (and the other security releases) which were released today comes with this change included: ```diff --- vendor_orig/magento/framework/Validator/HTML/ConfigurableWYSIWYGValidator.php 2025-02-11 13:33:15 +++ vendor/magento/framework/Validator/HTML/ConfigurableWYSIWYGValidator.php 2025-01-28 14:24:34 @@ -110,7 +110,8 @@ private...
Here's the merge commit for the people interested, which landed in the `2.4-develop` branch today: https://github.com/magento/magento2/commit/87d012e50c28f448ef1b33ddf50e85d9b3d0a72e
We've just updated a shop from Magento 2.2.7 (yikes!) to 2.4.7-p2 and also see this warning popping up in the log files, would be nice if this gets cleaned up...
I wondered the same and asked the question [on Slack](https://magentocommeng.slack.com/archives/CAN932A3H/p1717064185895649) some months ago, the answer is not very clear to be honest:  If it...
Looks like it's still active, a new version got released yesterday: https://github.com/magento/quality-patches/releases So I think we can close this issue?