Actions
Bug #17953
closedPermission problem of RTE images
Start date:
2007-12-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
I moved Typo3 to a new server (Apache2, suPHP) and had a small problem with adding new images into a page!
The HtmlArea creates the RTE image under uploads, but with wrong permissions (0600)!
Apache2 returns a "no permissions" site if i try to open the resized image in the browser!
After adding a chmod in the file typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php after both copy() everything works correctly now!
The missing code is:
@chmod($destName, $TYPO3_CONF_VARS['BE']['fileCreateMask']);
Greets,
Miles
(issue imported from #M7052)
Files
Actions