"Audit files" creates blank page for "files not in DB"
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #183798. -->
Reported by: [schildi](https://www.drupal.org/user/30645)
>>>
<p>Module "swish" uses a "tmp" directory located in the "files" directory und fills it with a huge number of temporary files.<br>
As a result the page showing files "Not in DB" stays blank.<br>
To correct this I put a "tmp" in the following command to avoid the tmp directory from being scanned:<br>
Line 266-267:<br>
// Exclude files in the color folder and .htaccess as we don't need to know about these<br>
if ( !preg_match('@'.preg_quote(file_create_path('color')).'|\.htaccess|tmp@', $file) ) {</p>
<p>Regards<br>
Schildi</p>
issue