- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
This came up as today's bugsmash target - is it still an issue?
Shouldn't these be written to a per host file system? e.g a /mnt/local or something that isn't shared across hosts?
- π³π±Netherlands Jan-E
FWIW: on a Windows server I still had errors like this with an unpatched Drupal core 9.5.4 on March 7th:
rename(sites/default/files/php/twig/.nnWfgPodASaFePa8_7gFfmFafwU,sites/default/files/php/twig/640195f90bf17_menu.html.twig_xdiNudfk9QDvOGCiabMF4fGea/LMmSAN4RIDKvzVj8xqiNkyiUGaUVCMjw0NifP6zjx-4.php): Access is denied (code: 5) in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core\lib\Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.php)
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
We do a lot more checks in
\Drupal\Core\File\FileSystem::move
but unfortunately,MTimeProtectedFastFileStorage
is a component and can't depend on any other components or core services.