Bug #67802
closed
PHP Warning: Unlink of valid cache file
Added by Xavier Perseguers over 9 years ago.
Updated about 7 years ago.
Description
Today, trying to log into Backend after updating my TYPO3 sources:
#1: PHP Warning: unlink(path/to/typo3temp/Cache/Code/fluid_template/Standalone_partial_LoginNews_bf53a91f690cd4f8d0d827b19a7aa06a25ca1d21.php):
No such file or directory in /path/to/typo3/sysext/core/Classes/Cache/Backend/FileBackend.php line 238 (More information)
Files
- Subject changed from PHP Warning: Unlink of non-existant cache file to PHP Warning: Unlink of non-existent cache file
The funny part is that this file exists (thus passing the file_exists()
test before and is correct ACL-wise:
- File deleted (
warning.png)
- Subject changed from PHP Warning: Unlink of non-existent cache file to PHP Warning: Unlink of valid cache file
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40713
Just a random guess: Is the file locked somehow and prevents deletion by unlink?
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF