Bug #8184
typo3temp/ not writable
Status: | Resolved | Start date: | 2010-06-12 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Michiel Roos | % Done: | 0% |
|
Category: | Install process | |||
Target version: | Release of TYPO3 4.4.0 |
Description
After having written "ENABLE_INSTALL_TOOL" I get this message. Install Tool needs to write to typo3temp/. Make sure this directory is writeable by your webserver: /home/benvantend/domains/benvantende.com/public_html/typo3temp/
History
#1 Updated by Ben van 't Ende about 5 years ago
- Status changed from New to Resolved
Installed package as root. Instructions need make clear you should not install the package as root
#2 Updated by Michiel Roos about 5 years ago
added the following to the packaging script:
- sanitize permissions
chmod -R g+w typo3temp/ typo3conf/ uploads/ fileadmin/
chown -R :www-data fileadmin/ typo3conf/ typo3temp/ uploads/