[TYPO3-linux] mkdir (...) Permission denied

Michael Stucki michael at typo3.org
Thu May 10 00:28:42 CEST 2007


Franz Holzinger wrote:

>>> Or to start a cron job every 10 minutes which will give you all
>>> write permissions and will change the owner of the files to the apache
>>> user.
>> 
>> You are joking, right?
> 
> Did you find a better solution to this? I am curious.

Of course:
$TYPO3_CONF_VARS['BE']['fileCreateMask'] = '0666';
$TYPO3_CONF_VARS['BE']['folderCreateMask'] = '0777';

But irregarding of this, setting files globally writable is always a bad
choice.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-linux mailing list