Project

General

Profile

Bug #20158

Updated by Mathias Schreiber almost 10 years ago

Hi, 

 The function t3lib::writeFile() is not concurency safe hence the usage of t3lib_extMgm::writeCacheFiles() can lead to unusable and buggy typo3conf/temp_CACHED_* files. 

 In such cases, typo3 frontend is broken and need this files to be removed manually. 

 t3lib::writeFile() is quite trivial to fix using flock(). If you're interrested in a patch, i can provide one. 

 Cheers, 




 




 (issue imported from #M10658)

Back