Actions
Bug #51542
closedInstall Tool: Warning: touch() Utime failed: Permission denied
Start date:
2013-08-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
In #20686 this has been fixed in the "old install tool" but this problem appears again in the "new install tool" since the touch() is made again without a @ to suppress warnings.
A more robust enhancement would be to - as a fallback in case "touch" is not allowed - to remove the file and create it again. This just requires write permissions in the typo3conf directory - which should be there in any case - instead of inode-modify permissions on the ENABLE_INSTALL_TOOL file, which might not be there in case "root" or someone else has created the ENABLE file.
Actions