Actions
Bug #24563
closedTypo3temp deleted - error
Start date:
2011-01-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I know that this is really a "dumb" bug, but why dont create the folder if it doesnt exist?
full error report can be found here: http://nopaste.info/737dba76d2.html
(issue imported from #M17023)
Files
Updated by Steffen Gebert almost 14 years ago
Hi pharno,
please always attach all information to the bug report. We don't want to rely on external resources.
Attached is a patch, which would be a nice addition for version 4.6
Updated by Christian Kuhn almost 14 years ago
-1. I'd say we shouldn't fix this for the following reasons:
- The thrown exception gives an exact hint on what is wrong.
- typo3temp/ is an important directory which must be there, it's checked afaik in reports module and in installer
- If the dir is missing, it's a dramatic misconfiguration
- For sane configurations the document root itself is not writable, so mkdir() would fail anyway
- The issue will very likely pop up at different places in the core, imho we shouldn't start with changing this in the first place, it should be solved during setup, but not at runtime.
Updated by Steffen Gebert about 13 years ago
- Status changed from Accepted to Rejected
- Target version deleted (
0)
Actions