Bug #16979
closedProblem to insert Image inside htmlArea RTE
0%
Description
1.) Images are not shown inside htmlArea.
So I checked the Extensionmanager and there was a warning, that the folder /uploads/tx_rtehtmlarea does not exist.
2.) So I created this folder (maybe nonsense) and made "Update EM_CONF" within the backup/delet funktion of the Extensionmanager.
All warnings disappeared and it looks fine now.
3.) Pictures are still not shown, so I made a border arround the image and in FE the borderlines arround a missing image are shown.
If i copy the address of this image and paste it directly in an browser I get "access denied"!
4.) By checking the /uploads folder via FTP I found the images with attributes 600 (and not 644 I would expect).
Could it be that someone made it too safe? ;)
Greetings...
Erik Sokoll
TYPO3 Version 4.0.4
Version rtehtmlarea 1.3.8
(issue imported from #M4976)
Updated by Erik Sokoll almost 18 years ago
Maybe I forgot to say that in the install-tool the right masks are named:
[BE][fileCreateMask] = 0644
[BE][folderCreateMask] = 0755
Erik
Updated by Stanislas Rolland almost 17 years ago
I think this is a duplicate of issue #7052.
[BE][fileCreateMask] = 0644 was not taken into account.
This is fixed in TYPO3 4.2 alpha3.