17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 3050 Views |
-
Temporary folder is not writeable

19 January 2007 at 4:26pm Last edited: 19 January 2007 4:51pm
First off, I am really happy to have found a BSD licensed CMS! Nice work!
----------------------
re: The temporary folder isn't writeable!I have been searching, and I cannot find the temporary folder to change the permissions. Where is the temporary folder?
Also. In terms of permissions, what is the usual chmod setting for the silverstripe-v2.0 folder? + For the temporary folder (once I find it).
I tried 754, 755, 764 and 765. I only got past the permissions when I set the silverstripe-v2.0 folder to chmod 777. I do not like opening the folder up so wide. What is the normal practice?
-
Re: Temporary folder is not writeable

20 January 2007 at 9:17am
To solve the temporary folder not writealbe issue I got into the install.php file to find the temporary folder.
######################################
if(!is_writeable(dirname(tempnam('adfadsfdas','')))) {
$this->error(array("File permissions", "Is the temporary folder writeable?", "The temporary folder isn't writeable!"));
}
######################################
I created the folder adfadsfdas in the silverstripe-v2.0 folder and set the permissions to global read write and execute.
mkdir adfadsfdas
chown username adfadsfdas
chmod 777 adfadsfdasThis got me passed this configuration setting.
-
Re: Temporary folder is not writeable

25 January 2007 at 11:20am
We'll update the installer so that the error message provides more instruction - including telling you which folder is the temp folder!
-
Re: Temporary folder is not writeable

14 July 2007 at 10:46am Last edited: 14 July 2007 10:47am
I have the same problem. I already make a folder "adfadsfdas" in the base folder and set the permissions to 777 but the installer still telling the same: The temporary folder isn't writeable!
I hope you can help me ! My website:
-
Re: Temporary folder is not writeable

17 September 2007 at 6:31pm
Hi,
I had this problem, too. In the end I discovered it was due to open_basedir restrictions in httpd.conf preventing access to /tmp/
I hope this helps someone else...
P
| 3050 Views | ||
|
Page:
1
|
Go to Top |




