Aktionen
GX-Bug #70314
geschlossenIn seltenen Fällen kann es passieren, dass der GProtector versucht eine Cache-Datei zu löschen, die nicht mehr existiert | In rare cases GProtector may try to delete a cache file that no longer exists
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Alexandre Ataides
Kategorie:
GProtector
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.7.2.3
Release Notes Langtext:
Cache-Handling vom GProtector verbessert
Beschreibung
The following error occurred on a merchant server:
Warning: unlink(/.../GProtector/cache/meta_data.cache): No such file or directory in /.../GProtector/classes/FilterCache.php on line 216
Before the existing file_exists check, a clearstatcache should still be executed and the error output should be suppressed, since a non-existing file to be deleted is not a problem.
Aktionen