Bug #31241
closedFatal error on using non-existing code cache file
0%
Description
A fatal error will be thrown if the PHP code cache tries to require_once() a non-existing file. Thus it's checked whether the cache exists at all.
Files
Updated by Oliver Hader about 13 years ago
- Status changed from Accepted to Needs Feedback
Hm, there's already a file_exists() check...
The problem happened on uninstalling "fluid" in the extension manager and the fatal error of not having found the typo3temp/Cache/ file... strange...
Updated by Christian Kuhn about 13 years ago
Hmm, there is code in em that deletes the cache file if an extension is loaded, and then re-instantiates the autoloader. Maybe something similar is needed for unloading an extension as well ...
Updated by Christian Kuhn about 13 years ago
Unable to reproduce: I can unload fluid without fatal.
Updated by Oliver Hader about 13 years ago
- File forge_31241.png forge_31241.png added
See screenshot - however not reproducible - sometimes it just happens...
Maybe a clearstatcache() helps here...
Updated by Oliver Hader about 13 years ago
- File forge_31241.patch forge_31241.patch added
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Alexander Opitz over 11 years ago
Hi Oliver,
what is the state of this issue?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Oliver Hader) - Is Regression set to No
No feedback for over 90 days.
If you think, that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation.