- Issue created by @jodavidson
Temporary files are not being removed properly.
Run Advagg.
It appears that the _destruct() method of advagg_ext_minify\Asset\Minifier is not being called.
I'm having the same issues as Ivbeck in Advagg generate lot of empty files in root of public file directory → At that time it was stated to be resolved, perhaps this is a regression?
Drupal: 9.5.10
PHP: 8.1.13
Advagg: 5.0.0
External Minification module is enabled, but is not turned on for CSS nor JS minification in its admin panel.
Using Yui compression for CSS (I expect this is why the External Minification is being called at all.)
All of the files are owned by www_data so Drupal should have no problem cleaning them up (It certainly has no problem writing them.)
I also wonder if this is linked to the issue reported in Cache files not being cleared on cron run → as I certainly have hundreds of files in the css directory as well.
Active
5.0
Code