Actions
Bug #14763
closedCreate Files with no correkt umask when using with suphp
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-10-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
New generated GD Image has Permission 0600
Webserver runs as User nobody, so read Access is denied
PHP runs as Customer User, read Access grant
Placing umask(0022); on top of t3lib/class.t3lib_stdgraphic.php resolves the Problem, new file created with 0644.
I think there is a better solution than this. Perhaps, a $TYPO3_CONF_VARS["BE"]["umask"]?
(issue imported from #M1750)
Actions