THX

Results 8 comments of THX

> Hi @hgati! Unfortunately this feature is not supported. For rare cases I've seen similar format, I've ended up adding extra column to the statement that would collect data from...

I've solved. http://magento.stackexchange.com/questions/105068/mage-cookies-clear-not-working The function called Mage is not used anywhere in core Magento, probably that's why nobody noticed it was broken for 8 years. 1. Fixed the function called...

I wrote that code in my own custom module.

Your module has been disabled. Try this. ``` bin/magento module:enable Sivaschenko_CleanMedia ```

> Correct, feel free to use my fork: https://github.com/ProxiBlue/magento2-clean-media or you can install my fork / updates via composer: > > composer config repositories.github.repo.repman.io composer https://github.repo.repman.io/ composer require sivaschenko/magento2-clean-media Okay,...

I am using Magento 2.4.6 with PHP 8.2, and I haven't encountered any issues https://pasteboard.co/FsYXU5bIAG73.png

It seems your guess was correct. After running it several times, it eventually got deleted. ![Image](https://github.com/user-attachments/assets/48b1b2c5-bb11-4c52-9971-067f343878dd)

Here is the code from the **Mirasvit Follow Up Email** extension that sends emails to users. It also generates image sizes through hardcoded values(`160x160`). ```php $collection = $block->getItems(); $idx =...