Actions
Bug #67802
closedPHP Warning: Unlink of valid cache file
Start date:
2015-06-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
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
Updated by Xavier Perseguers over 9 years ago
- Subject changed from PHP Warning: Unlink of non-existant cache file to PHP Warning: Unlink of non-existent cache file
Updated by Xavier Perseguers over 9 years ago
- File warning.png added
The funny part is that this file exists (thus passing the file_exists()
test before and is correct ACL-wise:
Actions
#4
Updated by Xavier Perseguers over 9 years ago
- File files.png files.png added
- File warning.png warning.png added
Updated by Xavier Perseguers over 9 years ago
- Subject changed from PHP Warning: Unlink of non-existent cache file to PHP Warning: Unlink of valid cache file
Updated by Gerrit Code Review over 9 years ago
- 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
Updated by Andreas Kienast over 9 years ago
Just a random guess: Is the file locked somehow and prevents deletion by unlink?
Updated by Xavier Perseguers over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e4e0f1b00a2313dffb61e426515d05acc574d1df.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions